瀏覽代碼

押金推送奖励打日志

lcl 1 年之前
父節點
當前提交
034b1cc80f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpActiveService.cs

+ 1 - 1
AppStart/Helper/SycnSpServer/SycnSpActiveService.cs

@@ -55,7 +55,7 @@ namespace MySystem
                                 StatService.Instance.PreActPrize(db, pos, merchant, act.SeoTitle);
                             }
 
-                            if(pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15 || pos.BrandId == 16)
+                            if(pos.BrandId == 7 || pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15 || pos.BrandId == 16)
                             {
                                 decimal CheckMoney = kqproduct.ActTradeAmount > 0 ? kqproduct.ActTradeAmount : 1000;
                                 int CheckDays = 30;