From c0c092845e54ee547c5dc8aef59f87cd09221e71 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 12 五月 2023 17:02:13 +0800
Subject: [PATCH] 删除了opo,增加了其他业务模块

---
 smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml b/smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml
index 6f3ec11..309bf11 100644
--- a/smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml
@@ -32,16 +32,10 @@
         <include refid="selectSvyLibTopicVo"/>
         <where>  
             <if test="oldid != null "> and oldid = #{oldid}</if>
-            <if test="svyid != null "> and svyid = #{svyid}</if>
             <if test="topictype != null "> and topictype = #{topictype}</if>
-            <if test="topiccode != null  and topiccode != ''"> and topiccode = #{topiccode}</if>
             <if test="topic != null  and topic != ''"> and topic = #{topic}</if>
-            <if test="sort != null "> and sort = #{sort}</if>
-            <if test="ismandatory != null "> and ismandatory = #{ismandatory}</if>
             <if test="ishide != null "> and ishide = #{ishide}</if>
             <if test="orgid != null  and orgid != ''"> and orgid = #{orgid}</if>
-            <if test="isupload != null "> and isupload = #{isupload}</if>
-            <if test="uploadTime != null "> and upload_time = #{uploadTime}</if>
         </where>
     </select>
     

--
Gitblit v1.9.3