소스 검색

以上补充

lyhzzz 2 년 전
부모
커밋
9eec46c372
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/main/resources/mapper/manage/SceneProMapper.xml

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

@@ -70,6 +70,9 @@
         <if test="param.type !=null and param.type == 1">
             and s.scene_source = 3
         </if>
+        <if test="param.type !=null and param.type == 4">
+            and s.scene_source = 4 and is_obj = 1
+        </if>
         <if test="param.companyId !=null ">
             and co.id = #{param.companyId}
         </if>