#
lsh
2024-07-13 e597bd9ea3fb7b51e6abacd02b2ccbf409503d7b
src/main/java/com/zy/asrs/task/handler/StaEscalationHandler.java
@@ -77,8 +77,11 @@
                    log.error("2楼翻转倒料信息上传时,站点状态:"+JSON.toJSONString(staProtocol));
                    log.error("2楼翻转倒料信息上传时,工作号:"+JSON.toJSONString(wrkMast));
                    StaEscalationParam staEscalationParam = new StaEscalationParam(wrkMast,wrkDetls);
                    staEscalationParam.setStaStart(staNo);
                    StaEscalationParam staEscalationParam = new StaEscalationParam();
                    staEscalationParam.setDevNo(staNo);
                    staEscalationParam.setIoType(wrkMast.getIoType()==101? 1:3);
                    staEscalationParam.setMatnr(wrkDetls.get(0).getMatnr());
                    staEscalationParam.setWeight(wrkDetls.get(0).getWeight());
                    ReturnT<String> result = postMesData(reportOutPath,staEscalationParam);
                    if (result.getCode()==200){
                        wrkMast.setSheetNo("2");