Browse Source

代码优化

hlf 1 year ago
parent
commit
873c83ba66

+ 3 - 0
ims-service/ims-eval/src/main/java/com/ims/eval/service/impl/DeptAssessmentDeclarationServiceImpl.java

@@ -179,6 +179,9 @@ public class DeptAssessmentDeclarationServiceImpl extends ServiceImpl<DeptAssess
 	public boolean editState(String id, String state, String instId) {
 		DeptAssessmentDeclaration deptAssessmentDeclaration = baseMapper.selectById(id);
 		if (StringUtils.isNotEmpty(state)) {
+			/*if ("组织人事部审批".equals(state)){
+				state = "流程已结束";
+			}*/
 			deptAssessmentDeclaration.setStage(state);
 		}
 		if (StringUtils.isNotEmpty(instId)) {