Преглед на файлове

int类型的xml判断处理调整

wangmiaomiao преди 11 месеца
родител
ревизия
035404a2e5
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      slibra-system/src/main/resources/mapper/business/TXinyiChatRecordMapper.xml

+ 2 - 2
slibra-system/src/main/resources/mapper/business/TXinyiChatRecordMapper.xml

@@ -37,7 +37,7 @@
             1 = 1
             <if test="sessionId != null  and sessionId != ''"> and session_id = #{sessionId}</if>
             <if test="type != null "> and type = #{type}</if>
-            <if test="module != null  and module != ''"> and module = #{module}</if>
+            <if test="module != null "> and module = #{module}</if>
             <if test="userId != null  and userId != ''"> and user_id = #{userId}</if>
             <if test="showVal != null  and showVal != ''"> and show_val = #{showVal}</if>
             <if test="question != null  and question != ''"> and question = #{question}</if>
@@ -58,7 +58,7 @@
             1 = 1 and counts = 1
             <if test="sessionId != null  and sessionId != ''"> and session_id = #{sessionId}</if>
             <if test="type != null "> and type = #{type}</if>
-            <if test="module != null  and module != ''"> and module = #{module}</if>
+            <if test="module != null "> and module = #{module}</if>
             <if test="userId != null  and userId != ''"> and user_id = #{userId}</if>
             <if test="showVal != null  and showVal != ''"> and show_val = #{showVal}</if>
             <if test="question != null  and question != ''"> and question = #{question}</if>