lyhzzz 1 anno fa
parent
commit
56c857dc32
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/main/resources/mapper/manage_jp/SceneProMapper.xml

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

@@ -59,6 +59,9 @@
         <if test="param.type !=null and param.type == 6">
             and s.scene_source = 5 and is_obj = 1
         </if>
+        <if test="param.mapShow !=null ">
+            and s.map_show = #{param.mapShow}
+        </if>
         <if test="param.companyName !=null and param.companyName !='' ">
             and co.company_name like concat ('%',#{param.companyName},'%')
         </if>