| | |
| | | |
| | | 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"); |