a
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using EastChanger.STK_Inventory;
|
||||
using EastChanger.STK_StockCountGain;
|
||||
using EastChanger.STK_StockCountLoss;
|
||||
using Kingdee.BOS;
|
||||
using Kingdee.BOS.Contracts;
|
||||
using Kingdee.BOS.Core;
|
||||
@@ -33,9 +35,14 @@ namespace EastChanger
|
||||
service = new STKInventoryService(ctx);
|
||||
break;
|
||||
case "STK_MISCELLANEOUS"://其他入库单
|
||||
break;
|
||||
case "STK_MisDelivery"://其他出库单
|
||||
break;
|
||||
case "STK_StockCountGain"://盘盈单
|
||||
service = new STKStockCountGainService(ctx);
|
||||
break;
|
||||
case "STK_StockCountLoss"://盘亏单
|
||||
service = new STKStockCountLossService(ctx);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -43,7 +50,7 @@ namespace EastChanger
|
||||
continue;
|
||||
|
||||
Logger.Info(schedule.Name, $"{service.ModuleCnName}数据同步start...");
|
||||
service.HandleSyncData(null, null);
|
||||
service.HandleSyncData(null, null, 0);
|
||||
Logger.Info(schedule.Name, $"{service.ModuleCnName}数据同步end...");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user