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

场景列表添加场景码查询

lyhzzz преди 1 година
родител
ревизия
3b2870d95c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/main/resources/mapper/manage/SceneProMapper.xml

+ 3 - 0
src/main/resources/mapper/manage/SceneProMapper.xml

@@ -67,6 +67,9 @@
         <if test="param.snCode != null and param.snCode !='' ">
             and c.sn_code like concat ('%',#{param.snCode},'%')
         </if>
+        <if test="param.num != null and param.num !='' ">
+            and s.num like concat ('%',#{param.num},'%')
+        </if>
         <if test="param.userName != null and param.userName !='' ">
             and u.user_name like concat ('%',#{param.userName},'%')
         </if>