|
|
@ -210,7 +210,8 @@ public class StudyFormPreServiceImpl extends ServiceImpl |
|
|
studyFormPreOld.setFzrshzt(StudyFormPreFzrshztEnum.ysh.getValue()); |
|
|
studyFormPreOld.setFzrshzt(StudyFormPreFzrshztEnum.ysh.getValue()); |
|
|
} else { |
|
|
} else { |
|
|
//权限审核 |
|
|
//权限审核 |
|
|
if (studyFormPreOld.getFzrsh().equals(NormalEnum.yes.getValue())) { |
|
|
|
|
|
|
|
|
String yes="是"; |
|
|
|
|
|
if (studyFormPreOld.getFzrsh().equals(yes)) { |
|
|
//是否需要负责人审核 |
|
|
//是否需要负责人审核 |
|
|
studyFormPreOld.setFzrshzt(StudyFormPreFzrshztEnum.shz.getValue()); |
|
|
studyFormPreOld.setFzrshzt(StudyFormPreFzrshztEnum.shz.getValue()); |
|
|
} else { |
|
|
} else { |
|
|
|