Browse Source

去掉0押5000激活的条件

lcl 1 năm trước cách đây
mục cha
commit
52a8723be7
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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))