src/main/java/com/zy/common/service/CommonService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/service/CommonService.java
@@ -193,7 +193,7 @@ public Short getLocType2Small(Integer curRow,short locType1){ Integer OCount = locMastService.queryFreeLocMastCount(curRow, locType1, (short)1); Short locType2=1; short locType2=1; for (int i=2;i<equipmentCount+1;i++){ Integer integer =locMastService.queryFreeLocMastCount(curRow, locType1, (short)i); if (OCount<integer){