person
parent
8318de725b
commit
df962d87af
|
|
@ -206,7 +206,10 @@ public class ComplianceCheckUtil {
|
||||||
boolean pass = engineerRate >= QualFilingComplianceCheckEnum.PERSONNEL_RATE
|
boolean pass = engineerRate >= QualFilingComplianceCheckEnum.PERSONNEL_RATE
|
||||||
&& seniorTitleRate >= QualFilingComplianceCheckEnum.PERSONNEL_RATE
|
&& seniorTitleRate >= QualFilingComplianceCheckEnum.PERSONNEL_RATE
|
||||||
&& sumRate >= 60;
|
&& sumRate >= 60;
|
||||||
String currentValue = "注册安全工程师 " + engineerRate + "%,高级职称 " + seniorTitleRate + "%,合计 " + sumRate + "%";
|
String currentValue = "注册安工程师 " + engineerRate + "%,高级职称 " + seniorTitleRate + "%,合计 " + sumRate + "%";
|
||||||
|
if (!pass && throwException) {
|
||||||
|
throw new BizException(PERSON_NOT_ENOUGH, currentValue);
|
||||||
|
}
|
||||||
|
|
||||||
// 根据人员id查询专业能力code并设置到CO中
|
// 根据人员id查询专业能力code并设置到CO中
|
||||||
List<Long> sourcePersonnelIds = personnelList.stream()
|
List<Long> sourcePersonnelIds = personnelList.stream()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue