|
|
@@ -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)
|