lyhzzz hai 1 ano
pai
achega
56c857dc32
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>