| | |
| | | combParam.setLocNo(wrkMast.getLocNo()); |
| | | combParam.setPackSts(1); |
| | | combParam.setRequestTime(DateUtils.convert(new Date())); |
| | | // result = new PostMesDataUtils().postMesData(inpath,combParam); |
| | | result = new PostMesDataUtils().postMesData("MES系统",mesUrl,inpath,combParam); |
| | | // 保存入库通知档历史档 |
| | | WaitPakin pakin = waitPakinService.selectOne(new EntityWrapper<WaitPakin>().eq("zpallet", wrkMast.getBarcode())); |
| | | if (pakin!=null){ |
| | |
| | | combParam.setLocNo(wrkMast.getSourceLocNo()); |
| | | // combParam.setPackSts(0); |
| | | combParam.setRequestTime(DateUtils.convert(new Date())); |
| | | // result = new PostMesDataUtils().postMesData(outPath,combParam); |
| | | result = new PostMesDataUtils().postMesData("MES系统",mesUrl,outPath,combParam); |
| | | } |
| | | } |
| | | if(null != result && !result.isSuccess()){ |