change 3 سال پیش
والد
کامیت
727bd9fcb7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      zhongzheng-system/src/main/resources/mapper/modules/bank/ExamMapper.xml

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/bank/ExamMapper.xml

@@ -88,10 +88,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND e.publish_status = #{publishStatus}
         </if>
         <if test="examName != null and examName != ''">
-            AND e.exam_name = like concat('%', #{examName}, '%')
+            AND e.exam_name  like concat('%', #{examName}, '%')
         </if>
         <if test="prefixName != null and prefixName != ''">
-            AND e.prefix_name = like concat('%', #{prefixName}, '%')
+            AND e.prefix_name  like concat('%', #{prefixName}, '%')
         </if>
         ORDER BY e.exam_id DESC
     </select>