src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -233,6 +233,12 @@ .eq("loc_no", dto.getLocNo())); short staNo = dto.getStaNo().shortValue(); int sourceStaNo = dto.getSourceStaNo(); if (sourceStaNo == 1007) { staNo = 2002; } if (inSta.getStaNo() == 1002) { staNo = 2002; }