Commit c69c9acd LN

1

1 个父辈 92b60372
...@@ -507,7 +507,7 @@ public class RobotBoxHandler extends BaseDeviceHandler { ...@@ -507,7 +507,7 @@ public class RobotBoxHandler extends BaseDeviceHandler {
if (dataLog.isPutInTask()) { if (dataLog.isPutInTask()) {
//已有入库任务,返回NG,标记原来的入库任务 //已有入库任务,返回NG,标记原来的入库任务
resultMap.put("result", "106"); resultMap.put("result", "106");
errorMsg = "Serial No.(S)[" + barcode.getBarcode() + "] already have storage task"; // errorMsg = "Serial No.(S)[" + barcode.getBarcode() + "] already have storage task";
errorMsg = "Serial No.(S)[" + barcode.getBarcode() + "] has been existing in KTS/WMS already"; errorMsg = "Serial No.(S)[" + barcode.getBarcode() + "] has been existing in KTS/WMS already";
resultMap.put("msg", errorMsg); resultMap.put("msg", errorMsg);
......
...@@ -35,7 +35,7 @@ public class MicronApi { ...@@ -35,7 +35,7 @@ public class MicronApi {
public static boolean Debug=true; public static boolean Debug=false;
private static MicronConfig config; private static MicronConfig config;
@Autowired @Autowired
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!