Quellcode durchsuchen

广电卡开机奖不用判断押金

lcl vor 1 Jahr
Ursprung
Commit
120382808d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -1140,7 +1140,7 @@ namespace MySystem
                             {
                                 decimal ActPrize = decimal.Parse(function.CheckNum(pos.SeoKeyword));
                                 function.WriteLog("押金:" + pos.SeoKeyword, "开机奖励发放日志");
-                                if (ActPrize > 0)
+                                if (ActPrize > 0 || pos.BrandId == 14)
                                 {
                                     PosMerchantInfo merchant = db.PosMerchantInfo.FirstOrDefault(m => m.Id == pos.BindMerchantId);
                                     if (merchant != null)