guohongjin
2024-05-01 1901fceb6ddaa56a57f3131191454554c3e77e68
common-buiness/src/main/java/cn/stylefeng/guns/modular/business/service/IMentalTestRecordService.java
@@ -1,6 +1,7 @@
package cn.stylefeng.guns.modular.business.service;
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;
@@ -27,12 +28,12 @@
    List<MentalTestMyTestTopicDTO> myTestTopic(Long userId, Long topicId);
    /**
     * 我的测试(含题库信息)
     * 我的测试记录(含题库信息)
     * @param mentalAppointmentId
     * @param mentalAppointmentIdList
     * @return
     */
    List<MentalTestMyTestTopicDTO> myTestRecordTopicByMentalAppointmentId(Long mentalAppointmentId, List<Long> mentalAppointmentIdList);
    List<MentalTestMyTestRecordTopicDTO> myTestRecordTopicByMentalAppointmentId(Long mentalAppointmentId, List<Long> mentalAppointmentIdList);
    /**
     * 我的测试(订单)