|
@@ -655,6 +655,9 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
|
|
&& v.getTaskTypeId().equals(inputDetail.getTaskTypeId())
|
|
&& v.getTaskTypeId().equals(inputDetail.getTaskTypeId())
|
|
).forEach(v->{
|
|
).forEach(v->{
|
|
v.setServiceNum(i+1);
|
|
v.setServiceNum(i+1);
|
|
|
|
+ System.out.println("=======================");
|
|
|
|
+ System.out.println(v.getServiceNum());
|
|
|
|
+ System.out.println("=======================");
|
|
v.setFreeNum(0);
|
|
v.setFreeNum(0);
|
|
});
|
|
});
|
|
}
|
|
}
|