| | |
| | | return this.baseMapper.selectEmptyLocCount(locMast.getLocType1(), locMast.getLocType2(), locMast.getLocType3(), locMast.getCrnNo()) > 1; |
| | | } |
| | | |
| | | @Override |
| | | public LocMast queryFreeLocMastIncludeFirst(Integer row, Short locType1, Short locType2, Short locType3) { |
| | | |
| | | return this.baseMapper.queryFreeLocMastIncludeFirst(row, locType1, locType2, locType3); |
| | | } |
| | | |
| | | @Override |
| | | public LocMast queryFreeLocMastExceptFirst(Integer row, Short locType1, Short locType2, Short locType3) { |
| | | return this.baseMapper.queryFreeLocMastExceptFirst(row, locType1, locType2, locType3); |
| | | } |
| | | |
| | | } |