upgrade
parent
3bc1db6df9
commit
f0baa891af
|
|
@ -1,7 +1,5 @@
|
||||||
package org.qinan.safetyeval.domain.constant.basic;
|
package org.qinan.safetyeval.domain.constant.basic;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.annotation.EnumValue;
|
|
||||||
import com.fasterxml.jackson.annotation.JsonValue;
|
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ public class ComplianceCheckUtil {
|
||||||
// 5. 专职技术人员数量
|
// 5. 专职技术人员数量
|
||||||
results.add(checkPersonnelCount(filing, personnelList));
|
results.add(checkPersonnelCount(filing, personnelList));
|
||||||
|
|
||||||
// 6. 人员比例
|
// 6. 人员比例 todo
|
||||||
results.add(checkPersonnelRatio(filing.getBusinessScope(), personnelList, personnelFilingCheckList, throwException));
|
results.add(checkPersonnelRatio(filing.getBusinessScope(), personnelList, personnelFilingCheckList, throwException));
|
||||||
|
|
||||||
// 7. 负责人配备
|
// 7. 负责人配备
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue