Sfoglia il codice sorgente

去掉0押5000激活的条件

lcl 1 anno fa
parent
commit
52a8723be7
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

+ 0 - 4
AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

@@ -364,10 +364,6 @@ namespace MySystem
                                             }
                                         }
                                         decimal CheckMoney = brand.ActTradeAmount > 0 ? brand.ActTradeAmount : 1000;
-                                        if(string.IsNullOrEmpty(pos.SeoKeyword) || function.CheckNum(pos.SeoKeyword) == "0")
-                                        {
-                                            CheckMoney = 5000;
-                                        }
                                         int CheckDays = 30;
                                         //联动
                                         if(BankCardType == 1 && trade.TradeType == "M015" && (pos.BrandId == 10 || pos.BrandId == 11))