src/main/java/com/zy/common/service/CommonService.java
@@ -373,13 +373,13 @@ locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>() .eq("loc_no", shallowLoc).eq("loc_sts", "F")); if (!Cools.isEmpty(locMast2)) { locMast = locMast2; locMast = locMast1; break; } else { locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>() .eq("loc_no", shallowLoc).eq("loc_sts", "D")); if (!Cools.isEmpty(locMast2)) { locMast = locMast2; locMast = locMast1; break; } }