| | |
| | | } |
| | | |
| | | //获取通道组 |
| | | List<Integer> locRowGroupAsc = Utils.getLocRowGroupAsc(slaveProperties, Utils.getRow(locNo)); |
| | | List<Integer> locRowGroupAsc = Utils.getLocGroupAsc(slaveProperties, locNo); |
| | | for (Integer row : locRowGroupAsc) { |
| | | String shallow = Utils.getLocNo(row, Utils.getBay(locNo), Utils.getLev(locNo)); |
| | | LocMast shallowLoc = locMastService.selectById(shallow); |
| | | if (shallowLoc == null) { |
| | | continue; |
| | | } |
| | | |
| | | if (shallowLoc.getLocSts().equals("F")) { |
| | | LocDetl locDetl1 = locDetlService.selectOne(new EntityWrapper<LocDetl>().eq("loc_no", shallowLoc.getLocNo())); |
| | | if (locDetl1 == null) { |