src/main/java/com/gkhy/labRiskManage/domain/riskReport/service/impl/RiskAssessPlanEvaluateLsServiceImpl.java
@@ -19,6 +19,7 @@ import java.math.BigDecimal; import java.time.LocalDateTime; import java.util.Collections; import java.util.List; /** @@ -338,4 +339,9 @@ public RiskAssessPlanEvaluateLs getLsByIdentificationId(Long id, Byte identificationMethod) { return lsRepository.getLsByIdentification(id, identificationMethod); } @Override public List<RiskAssessPlanEvaluateLs> listLsByParam(Long id, Long identificationId, Byte identificationMethod) { return lsRepository.getLsByParam(id, identificationId, identificationMethod); } }