This commit is contained in:
liangjunyu
2025-10-17 14:34:55 +08:00
parent 905aa00e61
commit 90046269fc
2 changed files with 5 additions and 1 deletions

View File

@@ -88,7 +88,10 @@
"X-KDApi-AppSec": "df3e8fd75c794f11af72faa6f6df0d48", "X-KDApi-AppSec": "df3e8fd75c794f11af72faa6f6df0d48",
"X-KDApi-LCID": "2052", "X-KDApi-LCID": "2052",
"X-KDApi-ServerUrl": "http://192.168.0.233/k3cloud/", "X-KDApi-ServerUrl": "http://192.168.0.233/k3cloud/",
"PRD_PickMtrl_Port": 1500, "PRD_PickMtrl_Port": 10001,
"STK_TransferDirect_Port": 10002,
"STK_InStock_Port": 10003,
"d": null,
"CustomRequestRemoteSql": "", "CustomRequestRemoteSql": "",
"VoucherGroup": "记", "VoucherGroup": "记",
"MesSchema": "TEST", "MesSchema": "TEST",

View File

@@ -1075,6 +1075,7 @@ namespace RB_MES_API.Controllers
{ {
result = LocalStaticRequest.cloudApi.BatchSave(formid, jsonstr); result = LocalStaticRequest.cloudApi.BatchSave(formid, jsonstr);
} }
// 停止计时 // 停止计时
stopwatch.Stop(); stopwatch.Stop();
// 获取执行时间 // 获取执行时间