Explorar el Código

助利宝1%增益调整

lichunlei hace 3 años
padre
commit
ebbc10cf53
Se han modificado 1 ficheros con 0 adiciones y 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(',') + ")");