浏览代码

去掉0押5000激活的条件

lcl 1 年之前
父节点
当前提交
52a8723be7
共有 1 个文件被更改,包括 0 次插入4 次删除
  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))