Explorar o código

修改补助利宝创客交易额起始Id

lichunlei %!s(int64=2) %!d(string=hai) anos
pai
achega
73da31d50f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/Helper/StatHelpProfitService.cs

+ 1 - 1
AppStart/Helper/StatHelpProfitService.cs

@@ -166,7 +166,7 @@ namespace MySystem
                 string startId = function.ReadInstance("/TradeRecord/HelpProfitMerTradeSummayId.txt");
                 if (string.IsNullOrEmpty(startId))
                 {
-                    startId = "0";
+                    startId = "414382";
                 }
                 DataTable selfDt = CustomerSqlConn.dtable("select * from HelpProfitMerTradeSummay where Id>" + startId + " and Id<465766 and Status=0 order by Id limit 100", AppConfig.Base.SqlConn);
                 if (selfDt.Rows.Count > 0)