Browse Source

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

lichunlei 2 years ago
parent
commit
73da31d50f
1 changed files with 1 additions and 1 deletions
  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)