自动化立体仓库 - WMS系统
skyouc
2026-03-11 c528736e1c65a8a49277efeefeca257efddeb34a
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;
                    }
                }