瀏覽代碼

提醒排除广电wifi好哒

lcl 6 月之前
父節點
當前提交
e2106b124c
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      AppStart/Helper/SetFeeFlagService.cs

+ 9 - 0
AppStart/Helper/SetFeeFlagService.cs

@@ -38,6 +38,15 @@ namespace MySystem
                             function.WritePage("/Fee/", "check" + DateTime.Now.ToString("yyyy-MM-dd") + ".txt", DateTime.Now.ToString("HH:mm:ss"));
                             WebCMSEntities db = new WebCMSEntities();
                             List<int> BrandIds = db.KqProducts.Where(m => m.Status > 0 && m.PosPrice > 0).ToList().Select(m => m.Id).ToList();
+                            BrandIds.Remove(14);
+                            BrandIds.Remove(18);
+                            BrandIds.Remove(19);
+                            BrandIds.Remove(20);
+                            BrandIds.Remove(21);
+                            BrandIds.Remove(23);
+                            BrandIds.Remove(24);
+                            BrandIds.Remove(25);
+                            BrandIds.Remove(26);
                             var date = DateTime.Now.AddDays(-85);
                             bool op = true;
                             int StartId = 0;