| | |
| | | combParam.setLocno(wrkMast.getLocNo()); |
| | | combParam.setPackSts(1); |
| | | combParam.setRequestTime(DateUtils.convert(new Date())); |
| | | // result = postMesData(inpath,combParam); |
| | | result = postMesData(inpath,combParam); |
| | | // 保存入库通知档历史档 |
| | | if (!waitPakinLogService.save(wrkMast.getBarcode())) { |
| | | exceptionHandle("保存入库通知档历史档[workNo={0}]失败", wrkMast.getWrkNo()); |
| | |
| | | combParam.setLocno(wrkMast.getLocNo()); |
| | | combParam.setPackSts(0); |
| | | combParam.setRequestTime(DateUtils.convert(new Date())); |
| | | // result = postMesData(outPath,combParam); |
| | | result = postMesData(outPath,combParam); |
| | | } |
| | | }else if(wrkMast.getWrkSts() == 4 && wrkMast.getIoType() == 11){ |
| | | if(wrkDetl != null){ |
| | | CombParam combParam = new CombParam(); |
| | | combParam.setPackNo(wrkDetl.getZpallet()); |
| | | combParam.setLocno(wrkMast.getLocNo()); |
| | | combParam.setPackSts(5); |
| | | combParam.setRequestTime(DateUtils.convert(new Date())); |
| | | result = postMesData(inpath,combParam); |
| | | } |
| | | } |
| | | if(null != result && !result.isSuccess()){ |