| | |
| | | bjw = ShAreaBjw.getBjw(api1102List.get(0).getXzqhdm()); |
| | | } |
| | | for (Fz40InoutRecord sysData : list) { |
| | | List<ApiInfoData> apiInfoData = apiInfoDataRep.getDataByInteAndData(SH2023Constant.SH_2023_API_CODE_2104, sysData.getId().substring(2),kqdm); |
| | | if (null != apiInfoData && apiInfoData.size() > 0) { |
| | | continue; |
| | | } |
| | | |
| | | sh2023Api2104 = new SH2023Api2104(); |
| | | sh2023Api2104.setBydh(sysData.getId().substring(2)); |
| | | sh2023Api2104.setKqdm(kqdm); |
| | |
| | | sh2023Api2104.setLldm(kqdm); |
| | | |
| | | sh2023Api2104.setJz(sysData.getNetWeight()); |
| | | sh2023Api2104.setZhgxsh(sysData.getUpdateTime()); |
| | | sh2023Api2104.setZhgxsj(sysData.getUpdateTime()); |
| | | |
| | | //获取货位信息 |
| | | api1105 = commonService.getApi1105Cache(sysData.getDepotId()); |