自动化立体仓库 - WMS系统
#
18516761980
2022-09-30 f3282df38c009fba13df3e0e539448821d0886b8
#
2个文件已修改
18 ■■■■ 已修改文件
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -700,13 +700,13 @@
                if (locMast.getLocSts().equals("F")) {
                    locMast.setLocSts("R");
                    locMast.setModiTime(now);
//                    locMast.setPackStatus(5); //5:静置完成
//                    CombParam combParam = new CombParam();
//                    combParam.setPackNo(locMast.getBarcode());
//                    combParam.setLocno(locMast.getLocNo());
//                    combParam.setPackSts(6);
//                    combParam.setRequestTime(DateUtils.convert(new Date()));
//                    postMesData(inpath,combParam);
                    locMast.setPackStatus(5); //5:静置完成
                    CombParam combParam = new CombParam();
                    combParam.setPackNo(locMast.getBarcode());
                    combParam.setLocno(locMast.getLocNo());
                    combParam.setPackSts(6);
                    combParam.setRequestTime(DateUtils.convert(new Date()));
                    postMesData(inpath,combParam);
                    if (!locMastService.updateById(locMast)) {
                        throw new CoolException("预约库位状态失败,库位号:"+locMast.getLocNo());
src/main/resources/application.yml
@@ -55,9 +55,9 @@
mes:
  url: 127.0.0.1:8080/test
  # 入库上报
  inPath: 127.0.0.1:8080/ynwms/open/asrs/rpv/test/open/auth
  inPath: 172.28.15.251:7899/mes-pm/in/stock/condition/warehousing
  # 出库上报
  outPath: 127.0.0.1:8080/ynwms/open/asrs/rpv/test/open/auth
  outPath: 172.28.15.251:7899/mes-pm/in/stock/condition/exWarehouse
  # 启动测试请求
  startUpTestPACK: 127.0.0.1:8080/ynwms/open/asrs/rpv/test/open/auth
  #暂停测试