From 1211571e32f67dac5ccf957a3ad808a2ebc4fe8b Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期一, 29 四月 2024 15:38:23 +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