lyhzzz 1 년 전
부모
커밋
56c857dc32
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>