|
|
@@ -1,4 +1,5 @@
|
|
|
-using System;
|
|
|
+using Newtonsoft.Json;
|
|
|
+using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using WCS.Service.Entity;
|
|
|
@@ -55,7 +56,7 @@ namespace WCS.Service.Helpers
|
|
|
_ => throw new WarnException($"一组任务数量最大为2,当前{items.Length}"),
|
|
|
};
|
|
|
var time = DateTime.Now;
|
|
|
- InfoLog.INFO_TIMING($"扫码入库接口调用,耗时{(time - now).TotalMilliseconds},{now}-----{time}");
|
|
|
+ InfoLog.INFO_TIMING($"扫码入库接口调用,耗时{(time - now).TotalMilliseconds},{now}-----{time}---{JsonConvert.SerializeObject(infos)}");
|
|
|
return infos;
|
|
|
}
|
|
|
}
|