#
Junjie
7 天以前 69e489ec87a08fa0eaef37ab6c1692a9a8538fc3
src/main/java/com/zy/asrs/utils/Utils.java
@@ -164,6 +164,24 @@
    }
    /**
     * 通过库位号获取所在巷道
     */
    public static int getLaneByLocNo(String locNo) {
        int row = Utils.getRow(locNo);
        switch (row) {
            case 1:
            case 2:
            case 3:
                return 1;
            case 4:
            case 5:
            case 6:
                return 2;
        }
        return 0;
    }
    public static void main(String[] args) {
        SlaveProperties slaveProperties = new SlaveProperties();
        slaveProperties.setDoubleDeep(true);