| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Collections; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | 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); |
| | | } |
| | | } |