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