|
|
@@ -147,10 +147,6 @@ public class ResumptionServiceImpl extends ServiceImpl<ResumptionMapper, Resumpt
|
|
|
}
|
|
|
//this.save(resumptionList);
|
|
|
this.saveBatch(resumptionList);
|
|
|
- for (Resumption resumption : resumptionList) {
|
|
|
- AppPlan appPlan = appPlanList.stream().filter(r -> r.getId().equals(resumption.getPlanId())).collect(Collectors.toList()).get(0);
|
|
|
-// this.daiban(resumption, resumption.getRoleId(), appPlan, resumption.getOrgId(), Math.toIntExact(resumption.getType()));
|
|
|
- }
|
|
|
}
|
|
|
@Override
|
|
|
public void deleteResumption(List<String> ids, Integer year, Integer quarter) {
|