src/main/java/com/zy/common/service/CommonService.java
@@ -664,6 +664,9 @@ // if (!VersionUtils.locMoveCheckLocTypeComplete(locMast1, locTypeDto)) { // continue; // } if (Utils.isDeepLoc(slaveProperties,locMast1.getLocNo())){ continue; } String shallowLoc = Utils.getDeepLoc(slaveProperties, locMast1.getLocNo()); LocMast locMast2 = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", shallowLoc)); if (Cools.isEmpty(locMast2)){