src/main/java/com/zy/asrs/domain/enums/PackStatusType.java
@@ -37,10 +37,12 @@ return LOC_WAIT_TESTINT; } else if (packStatus == 2){ return LOC_TESTING; } else if (packStatus == 3){ } else if (packStatus == 5){ return LOC_STAY; } else if (packStatus == 4){ } else if (packStatus == 6){ return LOC_STAY_OVER; }else { return LOC_EMPTY; } } else if (locSts.equals("O") || locSts.equals("S")){ return LOC_EMPTY;