工作站判定修改(是否启用)
parent
918cde0291
commit
7b3d1884fa
|
|
@ -342,11 +342,9 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
|
||||||
GongZuoZhan gzz=new GongZuoZhan(code, notFinished, gzz_nx_avg, true);
|
GongZuoZhan gzz=new GongZuoZhan(code, notFinished, gzz_nx_avg, true);
|
||||||
gzzMap.put(code,gzz);
|
gzzMap.put(code,gzz);
|
||||||
}else{
|
}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);
|
gzzMap.put(code,gzz);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue