| | |
| | | } |
| | | |
| | | @Override |
| | | public LocMast queryFreeLocMast1(Integer row, Short locType1 ,int channelMax) { |
| | | return this.baseMapper.queryFreeLocMast1(row, locType1 ,channelMax); |
| | | } |
| | | |
| | | @Override |
| | | public LocMast queryFreeLocMast2(Integer row, Short locType1, Short locType2) { |
| | | return this.baseMapper.queryFreeLocMast2(row, locType1 ,locType2); |
| | | } |
| | | |
| | | @Override |
| | | public Integer queryFreeLocMastCount(Integer row, Short locType1, Short locType2) { |
| | | return this.baseMapper.queryFreeLocMastCount(row, locType1 ,locType2); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public List<String> queryGroupEmptyStock(String sourceLocNo) { |
| | | if (Cools.isEmpty(sourceLocNo)) { |
| | | return null; |