|
@@ -564,8 +564,8 @@ public class PlanQuarterServiceImpl extends ServiceImpl<PlanQuarterMapper, PlanQ
|
|
|
PlanQuarter byId = planQuarterMapper.getById(planQuarter.getPlanPracticalId());
|
|
|
//同意修改申请
|
|
|
if ("1".equals(vo.getProjectAttr())) {
|
|
|
-
|
|
|
planQuarter.setProjectAttr(null);
|
|
|
+ planQuarter.setAppUpdate("");
|
|
|
planQuarter.setProjectStatus(ProjectStatus.PLANWAITCOMMIT.getCode());
|
|
|
planQuarterMapper.updateById(planQuarter);
|
|
|
//planQuarterMapper.review(vo);
|
|
@@ -573,7 +573,7 @@ public class PlanQuarterServiceImpl extends ServiceImpl<PlanQuarterMapper, PlanQ
|
|
|
return AjaxResult.success("已同意该修改申请");
|
|
|
}
|
|
|
planQuarter.setProjectAttr(null);
|
|
|
- planQuarter.setAppDelete("false");
|
|
|
+ planQuarter.setAppUpdate("false");
|
|
|
planQuarterMapper.updateById(planQuarter);
|
|
|
return AjaxResult.success("已拒绝改申请");
|
|
|
}
|