|
|
@@ -47,7 +47,7 @@ namespace MySystem
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
- string startId = function.ReadInstance("/TradeRecord/Id2.txt");
|
|
|
+ string startId = function.ReadInstance("/TradeRecord/Id4.txt");
|
|
|
if(string.IsNullOrEmpty(startId))
|
|
|
{
|
|
|
startId = "19613145";
|
|
|
@@ -96,7 +96,7 @@ namespace MySystem
|
|
|
CustomerSqlConn.op("update TradeRecord set DirectFlag=1 where Id in (" + ids.TrimEnd(',') + ")", AppConfig.Base.SqlConn);
|
|
|
if(Id == 0)
|
|
|
{
|
|
|
- function.WritePage("/TradeRecord/", "Id2.txt", startId);
|
|
|
+ function.WritePage("/TradeRecord/", "Id4.txt", startId);
|
|
|
}
|
|
|
}
|
|
|
db.SaveChanges();
|