From 19d4dd3d5ab4563b06b13f2cfefd752920ffb9a1 Mon Sep 17 00:00:00 2001 From: guohongjin <guohongjin@test.com> Date: 星期五, 10 五月 2024 16:25:28 +0800 Subject: [PATCH] 修改代码组件的数据 链接 --- common-buiness/src/main/java/cn/stylefeng/guns/modular/business/service/impl/MentalTestRecordServiceImpl.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/service/impl/MentalTestRecordServiceImpl.java b/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/service/impl/MentalTestRecordServiceImpl.java index ec78d07..8de2b31 100644 --- a/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/service/impl/MentalTestRecordServiceImpl.java +++ b/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/service/impl/MentalTestRecordServiceImpl.java @@ -1,6 +1,7 @@ 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; @@ -29,7 +30,7 @@ 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); } -- Gitblit v1.7.1