| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Collections; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | public RiskAssessPlanEvaluateLec getLecByIdentificationId(Long identificationId, Byte identificationMethod) { |
| | | return lecRepository.getLecByIdentification(identificationId, identificationMethod); |
| | | } |
| | | |
| | | @Override |
| | | public List<RiskAssessPlanEvaluateLec> listLecByParam(Long assessPlanId, Long identificationId, Byte identificationMethod) { |
| | | return lecRepository.getLecByByParam(assessPlanId,identificationId, identificationMethod); |
| | | } |
| | | } |