自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-07-11 739d8893d05883aa8975a18a4de03de20b0e2914
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -7,6 +7,7 @@
import com.zy.asrs.mapper.LocMastMapper;
import com.zy.asrs.service.LocMastService;
import com.zy.asrs.service.RowLastnoService;
import com.zy.asrs.utils.Utils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -48,4 +49,9 @@
        return null;
    }
    @Override
    public Boolean isOutMost(String locNo) {
        return Integer.parseInt(locNo.substring(0, 2)) == Utils.getGroupRow(locNo);
    }
}