Эх сурвалжийг харах

发放激活奖励,判断商户号是否存在需判断是否有*

lcl 7 сар өмнө
parent
commit
6c3786b255

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -812,7 +812,7 @@ namespace MySystem
             BrandIds.Add(25);
             BrandIds.Add(26);
             bool check = false;
-            if(!BrandIds.Contains(pos.BrandId))
+            if(!BrandIds.Contains(pos.BrandId) && !MerNo.Contains("*"))
             {
                 check = db.ActiveReward.Any(m => m.KqMerNo == MerNo && m.RewardAmount == ActPrize && m.ActType == ActType);
             }