抓单
This commit is contained in:
@@ -107,6 +107,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
}
|
||||
string now = DateTime.Now.ToString();
|
||||
_workProcessService.Add<IJackYunStockinService>(this.MerchantId, "SendInStock", "上传WMS的入库数据到吉客云", now, 1);
|
||||
Thread.Sleep(500);
|
||||
_workProcessService.Add<IJackYunStockinService>(this.MerchantId, "SendOutStock", "上传WMS的出库数据到吉客云", now, 1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user