From 40dfd19f30b54dbecfddd70e94d4891e46b41d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=B8=85?= Date: Wed, 20 Aug 2025 18:44:34 +0800 Subject: [PATCH] =?UTF-8?q?1.bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/TbExamSimulateInfoServiceImpl.java | 2 +- .../TbContinuingEducationClassMapper.xml | 21 +++++++------------ .../mapper/hezhi/TbExamNoticeMapper.xml | 1 - ruoyi-ui/src/components/VideoUpload/index.vue | 2 ++ .../src/views/hezhi/evaluateAgency/index.vue | 3 ++- .../src/views/hezhi/examSubject/index.vue | 1 + .../hezhi/subjectWarehouseClass/index.vue | 2 +- 7 files changed, 15 insertions(+), 17 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/hezhi/service/impl/TbExamSimulateInfoServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/hezhi/service/impl/TbExamSimulateInfoServiceImpl.java index 5f7ebf0..e5138f1 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/hezhi/service/impl/TbExamSimulateInfoServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/hezhi/service/impl/TbExamSimulateInfoServiceImpl.java @@ -214,7 +214,7 @@ public class TbExamSimulateInfoServiceImpl implements ITbExamSimulateInfoService } - return tbExamSimulateInfoMapper. getSimulateSubjectAllInfo(params); + return tbExamSimulateInfoMapper.getSimulateSubjectAllInfo(params); } /** diff --git a/ruoyi-system/src/main/resources/mapper/hezhi/TbContinuingEducationClassMapper.xml b/ruoyi-system/src/main/resources/mapper/hezhi/TbContinuingEducationClassMapper.xml index 4db5ede..53d6778 100644 --- a/ruoyi-system/src/main/resources/mapper/hezhi/TbContinuingEducationClassMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/hezhi/TbContinuingEducationClassMapper.xml @@ -174,27 +174,22 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" CONVERT(IFNULL(tsc.study_center_tag, ''), CHAR) AS studyCenterTag, CONVERT(IFNULL(tsc.study_center_background, ''), CHAR) AS studyCenterBackground, CONVERT(IFNULL(tsc.school_name, ''), CHAR) AS schoolName, - CONVERT(IFNULL(tsc.study_center_title, ''), CHAR) AS studyCenterTitle, - tl.link_one AS isRecommend - from tb_link tl - left join tb_study_center tsc on tl.resources_one_id = tsc.study_center_id - left join tb_continuing_education_class tcec on tl.resources_two_id = tcec.continuing_education_class_id + CONVERT(IFNULL(tsc.study_center_title, ''), CHAR) AS studyCenterTitle + FROM tb_study_center tsc + LEFT JOIN tb_continuing_education_class tcec ON tsc.continuing_education_class_id = tcec.continuing_education_class_id AND tsc.continuing_education_class_id = #{continuingEducationClassId} - - AND tl.link_one = 1 - + + + - AND ( - tsc.study_center_name like concat('%', #{searchValue}, '%') - ) + AND (tsc.study_center_name like concat('%', #{searchValue}, '%')) - and tl.type = 4 and tsc.status = 0 and tsc.del_flag = 0 - order by tl.link_one desc, tsc.sort asc, tsc.create_time desc + order by tsc.sort asc, tsc.create_time desc diff --git a/ruoyi-system/src/main/resources/mapper/hezhi/TbExamNoticeMapper.xml b/ruoyi-system/src/main/resources/mapper/hezhi/TbExamNoticeMapper.xml index dff839c..5fdcbcc 100644 --- a/ruoyi-system/src/main/resources/mapper/hezhi/TbExamNoticeMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/hezhi/TbExamNoticeMapper.xml @@ -209,7 +209,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"