自动化立体仓库 - WMS系统
skyouc
2 天以前 9c5c1dea8f5ef329804b29d728a52a45dc527a4f
src/main/java/com/zy/common/service/CommonService.java
@@ -182,7 +182,7 @@
                    int count = wrkMastService.selectCount(new EntityWrapper<WrkMast>().eq("crn_no", i));
                    if (count < minCount) {
                        minCount = count;
                        crnNo = 6;
                        crnNo = i;
                    }
                }