工作站判定修改(是否启用)

main
768863620@qq.com 2025-01-15 10:10:08 +08:00
parent 918cde0291
commit 7b3d1884fa
1 changed files with 1 additions and 3 deletions

View File

@ -342,11 +342,9 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
GongZuoZhan gzz=new GongZuoZhan(code, notFinished, gzz_nx_avg, true);
gzzMap.put(code,gzz);
}else{
GongZuoZhan gzz=new GongZuoZhan(code, notFinished, gzz_nx_avg, false);
GongZuoZhan gzz=new GongZuoZhan(code, notFinished, gzz_nx_avg, true);
gzzMap.put(code,gzz);
}
}
}else{