src/main/java/com/zy/asrs/task/handler/AgvWrkMastHandler.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/task/handler/AgvWrkMastHandler.java
@@ -58,6 +58,8 @@ private String orderReportPath; @Value("${mes.pakinReportPath}") private String pakinReportPath; @Value("${mes.buyPakinReportPath}") private String buyPakinReportPath; @Value("${mes.pakoutReportPath}") private String pakoutReportPath; @Value("${mes.getTokenPath}") @@ -649,7 +651,7 @@ mesBuyPakinReportParam.setCode(orderNo); mesBuyPakinReportParam.setIteam(iteams); doHttpRequest(mesBuyPakinReportParam,getMesTokenInfo(),"上报mes采购入库信息",url,pakinReportPath,null,"127.0.0.1"); doHttpRequest(mesBuyPakinReportParam,getMesTokenInfo(),"上报mes采购入库信息",url,buyPakinReportPath,null,"127.0.0.1"); }else { MesPakinReportParam mesPakinReportParam = new MesPakinReportParam(); src/main/resources/application.yml
@@ -94,6 +94,7 @@ url: https://v3-ali.blacklake.cn/api/openapi/domain/web/v1/route orderReportPath: /inventory/open/v2/transfer_order/ordinary/_execute pakinReportPath: /inventory/open/v2/inbound_order/execute/_inbound buyPakinReportPath: /inventory/open/v2/inbound_order/execute/_inbound pakoutReportPath: /inventory/open/v2/outbound_order/_outbound_by_suggest getTokenUrl: https://v3-ali.blacklake.cn getTokenPath: /api/openapi/domain/api/v1/access_token/_get_access_token