heheng
2025-05-23 761bdc5b3f17df62aae1b424f2d2dabc11e844bc
src/main/java/com/gkhy/labRiskManage/domain/riskReport/service/impl/RiskAssessPlanEvaluateRsServiceImpl.java
@@ -22,6 +22,7 @@
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.Collections;
import java.util.List;
/**
@@ -341,4 +342,9 @@
    public RiskAssessPlanEvaluateRs getRsByIdentificationId(Long id, Byte identificationMethod) {
        return rsRepository.getRsByIdentification(id, identificationMethod);
    }
    @Override
    public List<RiskAssessPlanEvaluateRs> listRsByParam(Long assessPlanId, Long identificationId, Byte identificationMethod) {
        return rsRepository.listRsByParam(assessPlanId, identificationId, identificationMethod);
    }
}