소스 검색

深时obj type 修改为5

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

+ 1 - 1
src/main/resources/mapper/manage/SceneProMapper.xml

@@ -70,7 +70,7 @@
         <if test="param.type !=null and param.type == 1">
             and s.scene_source = 3
         </if>
-        <if test="param.type !=null and param.type == 4">
+        <if test="param.type !=null and param.type == 5">
             and s.scene_source = 4 and is_obj = 1
         </if>
         <if test="param.companyId !=null ">