This commit is contained in:
2025-07-21 13:59:04 +08:00
parent 4c5da5cedc
commit 3b226c74e6
3 changed files with 15 additions and 2 deletions

View File

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