|
@@ -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)) {
|