src/main/java/com/zy/asrs/utils/Utils.java
@@ -297,8 +297,6 @@ private static Short normalizeLocType1(Integer locType1) { if (locType1 == null || (locType1 != 1 && locType1 != 2)) { return null; } else { locType1 = 2; } return locType1.shortValue(); }