Explorar o código

助利宝1%增益调整

lichunlei %!s(int64=3) %!d(string=hai) anos
pai
achega
ebbc10cf53
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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(',') + ")");