自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-13 f517c3f941d7c7e40b8d6dadc02fea97fa440fd1
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -10,7 +10,7 @@
public class LocMastServiceImpl extends ServiceImpl<LocMastMapper, LocMast> implements LocMastService {
    @Override
    public LocMast queryFreeLocMast(Integer row, Integer locType) {
        return this.baseMapper.queryFreeLocMast(row, locType);
    public LocMast queryFreeLocMast(Integer row) {
        return this.baseMapper.queryFreeLocMast(row);
    }
}