瀏覽代碼

助利宝1%增益调整

lichunlei 3 年之前
父節點
當前提交
ebbc10cf53
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      AppStart/Helper/StatHelpProfitService.cs

+ 0 - 4
AppStart/Helper/StatHelpProfitService.cs

@@ -88,10 +88,6 @@ namespace MySystem
                                 {
                                     MoreAmount = decimal.Parse(function.CheckInt(MoreAmount.ToString().Split(".")[0]));
                                 }
-                                else
-                                {
-                                    MoreAmount = 0;
-                                }
                                 selfStat.TradeAmount += TradeAmount + MoreAmount;
                             }
                             OtherMySqlConn.op("update TradeRecord set QueryCount=3 where Id in (" + ids.TrimEnd(',') + ")");