| | |
| | | |
| | | } |
| | | |
| | | List<BasStationDetl> detls = basStationDetlService.selectList(new EntityWrapper<BasStationDetl>().eq("dev_no", devNo.getDevNo())); |
| | | if (!Objects.isNull(detls) || !detls.isEmpty()) { |
| | | basStationDetlService.delete(new EntityWrapper<BasStationDetl>().eq("dev_no", devNo.getDevNo())); |
| | | } |
| | | |
| | | BasStationDetl stationDetl = new BasStationDetl(); |
| | | BeanUtils.copyProperties(wrkDetl, stationDetl); |
| | | stationDetl.setDevNo(devNo.getDevNo()) |
| | |
| | | if (Objects.isNull(apallet)) { |
| | | throw new CoolException("数据错误:组托数据不存在!!"); |
| | | } |
| | | log.info(apallet.size() + "-------------------------------------------------------------------"); |
| | | apallet.forEach(pakin -> { |
| | | LocDetl detl = new LocDetl(); |
| | | BeanUtils.copyProperties(pakin, detl); |