heheng
2025-05-23 761bdc5b3f17df62aae1b424f2d2dabc11e844bc
src/main/java/com/gkhy/labRiskManage/domain/riskReport/service/impl/RiskAssessPlanEvaluateMesServiceImpl.java
@@ -23,6 +23,7 @@
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.Collections;
import java.util.List;
/**
@@ -357,4 +358,9 @@
    public RiskAssessPlanEvaluateMes getMesByIdentificationId(Long id, Byte identificationMethod) {
        return mesRepository.getMesByIdentification(id, identificationMethod);
    }
    @Override
    public List<RiskAssessPlanEvaluateMes> listMesByParam(Long assessPlanId, Long identificationId, Byte identificationMethod) {
        return mesRepository.listMesByParam(assessPlanId, identificationId, identificationMethod);
    }
}