Commit 080c480c zshaohui

1.禁用料地址修改

1 个父辈 5fc99eba
...@@ -279,7 +279,7 @@ public class VirtualRestController { ...@@ -279,7 +279,7 @@ public class VirtualRestController {
List<String> checkReelList = lizhenApi.batchCheckReel(Arrays.asList(barcode), "", model); List<String> checkReelList = lizhenApi.batchCheckReel(Arrays.asList(barcode), "", model);
if (checkReelList != null && !checkReelList.isEmpty()) { if (checkReelList != null && !checkReelList.isEmpty()) {
if (checkReelList.contains(barcode.getBarcode())) { if (checkReelList.contains(barcode.getBarcode())) {
throw new ValidateException("", barcode.getBarcode()+"已经被禁用"); return ResultBean.newErrorResult(-1,"", barcode.getBarcode()+"已经被禁用");
} }
} }
......
...@@ -25,7 +25,7 @@ api: ...@@ -25,7 +25,7 @@ api:
#退料 #退料
commonRMRecordUrl: http://10.68.25.42:8002/Sct/CommonRMRecord commonRMRecordUrl: http://10.68.25.42:8002/Sct/CommonRMRecord
#批量禁用料 #批量禁用料
batchCheckReel: http://10.68.25.42:8001/Npm/CheckReelBatch batchCheckReel: http://10.68.27.35:8001/Npm/CheckReelBatch
#缺料预警对应的地址 #缺料预警对应的地址
lizhen: lizhen:
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!