src/main/java/com/zy/service/impl/MainServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/mapper/LocMastMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/service/impl/MainServiceImpl.java
@@ -1882,7 +1882,7 @@ LocMast loc = null; for (Integer row : rows) { if (Utils.isDeepLoc(slaveProperties, row)) { loc = locMastService.queryFreeLocMast(row, shallowLoc.getLocType1()); loc = locMastService.queryFreeLocMast(row, shallowLoc.getLocType2()); if (loc != null) { if (Utils.isDeepLoc(slaveProperties, loc.getLocNo())) { src/main/resources/mapper/LocMastMapper.xml
@@ -43,7 +43,7 @@ where row1=#{row} and loc_sts='O' <if test="locType1 != null"> and loc_type1 = #{locType1} and loc_type2 = #{locType1} </if> order by NEWID(),lev1 asc,bay1 asc </select>