Explorar el Código

[BI]寄發訊息核心邏輯修正

jeff hace 3 meses
padre
commit
58b9b98edd
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      TEAMModelBI/Controllers/BICommon/BINoticeController.cs

+ 4 - 4
TEAMModelBI/Controllers/BICommon/BINoticeController.cs

@@ -1308,10 +1308,10 @@ namespace TEAMModelBI.Controllers.BICommon
             tmids = tmids.Union(tmids_school).ToList();
             tmids = tmids.Union(tmids_direct).ToList();
             tmids = tmids.Distinct().ToList();  //唯一化
-#if DEBUG //測試模式時限制TMID帳號,正式站佈署時不生效
-            List<string> filterTmid = new List<string>() { "1522758684" }; //"1522758684", "1595321354"
-            tmids = tmids.Intersect(filterTmid).ToList();
-#endif
+//#if DEBUG //測試模式時限制TMID帳號,正式站佈署時不生效
+//            List<string> filterTmid = new List<string>() { "1522758684" }; //"1522758684", "1595321354"
+//            tmids = tmids.Intersect(filterTmid).ToList();
+//#endif
 
             //取得TMID資料
             List<IdInfo> tmidInfos = new List<IdInfo>();