2025/02/24 if (chao > cfhs) { 修改为 chao > 0 散单不追加到 大工单内

main
霸王龙 2025-02-24 10:08:43 +08:00
parent 0096abc7a4
commit 13b0f3633a
1 changed files with 3 additions and 1 deletions

View File

@ -630,7 +630,9 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
int chao = (list_wList.size() + gzz.notFinished + gzz.renWuList
.size()) - gzz.maxRenWu;
// LogPrint(listGzz.size());
if (chao > cfhs) {
//2025/02/24 if (chao > cfhs) { 修改为 chao > 0 散单不追加到 大工单内
if (chao > 0) {
LogPrint(log_GongZuoZhanPiPeiForRqhAndGzzx, "工作站:" + gzz.code
+ "超出:" + chao + "无法分配,跳过此工作站");
continue;