| | |
| | | package cn.stylefeng.guns.modular.business.service.impl; |
| | | |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestMyTestOrderDTO; |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestMyTestRecordTopicDTO; |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestMyTestTopicDTO; |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestRecordPageDTO; |
| | | import cn.stylefeng.guns.modular.business.entity.MentalTestRecord; |
| | |
| | | return this.baseMapper.myTestTopic(userId, topicId); |
| | | } |
| | | @Override |
| | | public List<MentalTestMyTestTopicDTO> myTestRecordTopicByMentalAppointmentId(Long mentalAppointmentId, List<Long> mentalAppointmentIdList) { |
| | | public List<MentalTestMyTestRecordTopicDTO> myTestRecordTopicByMentalAppointmentId(Long mentalAppointmentId, List<Long> mentalAppointmentIdList) { |
| | | return this.baseMapper.myTestRecordTopicByMentalAppointmentId(mentalAppointmentId, mentalAppointmentIdList); |
| | | } |
| | | |