Commit 0ca59bd0 authored by 侯彦文's avatar 侯彦文

进度计划

parent 17900da7
......@@ -205,7 +205,7 @@ public class ExtPlanServiceImpl<V extends ExtPlanVO> implements ExtPlanService<V
stringBuffer = this.checkPlan(excelVO, i, stringBuffer);
addPlans.add(excelVO);
break;
case "更":
case "更":
//先校验
stringBuffer = this.checkPlan(excelVO, i, stringBuffer);
//校验未开启状态允许修改所有创建属性
......@@ -416,6 +416,9 @@ public class ExtPlanServiceImpl<V extends ExtPlanVO> implements ExtPlanService<V
ExtPlanVO checkout = this.checkOutAndEditByOriginalId(extPlanVO.getId());
//设置Excel的值
BeanUtils.copyProperties(planExcelVO, checkout);
// 密级
String secretCodeKey = this.searchDictDataByDictCode(Constants.SECRET_CODE, planExcelVO.getSecretCode());
checkout.setSecretCode(secretCodeKey);
checkout.setOperator(OperatorType.MODIFY);
ExtPlanVO planVO = this.saveRecursion((V) checkout);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment