分配行数不正确
parent
caf516688d
commit
6cc905d43f
|
|
@ -518,10 +518,8 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
|
|||
"↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓");
|
||||
for (FenPei fenPei : gongZuoZhan.renWuList) {
|
||||
fenPeiCount = fenPeiCount + 1;
|
||||
rwh++;
|
||||
String[] ids = fenPei.tsakId.split(",");
|
||||
for (int i = 0; i < ids.length; i++) {
|
||||
task_count++;
|
||||
Task task = this.commonDao.get(Task.class,
|
||||
Long.parseLong(ids[i]));
|
||||
String lx = "S";// 小件
|
||||
|
|
|
|||
Loading…
Reference in New Issue