自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-09-22 4093ff9aee11ef83198c2c79bb89050803ce26c3
src/main/java/com/zy/asrs/utils/Utils.java
@@ -2,6 +2,7 @@
import com.core.common.Arith;
import com.core.common.Cools;
import com.zy.core.enums.SteABType;
import com.zy.core.properties.SlaveProperties;
import java.text.DecimalFormat;
@@ -36,10 +37,15 @@
        }
    }
    public static Integer getGroupRow(String locNo){
        int row = getRow(locNo);
        return getGroupRow(row);
    }
    public static Integer getGroupRow(Integer row) {
        switch (row) {
            case 0:
                return 0;
            case 1:
            case 2:
            case 3:
@@ -75,22 +81,7 @@
    // -------------------------------------------------------------------------------------------------------------------