瀏覽代碼

深时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">
         <if test="param.type !=null and param.type == 1">
             and s.scene_source = 3
             and s.scene_source = 3
         </if>
         </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
             and s.scene_source = 4 and is_obj = 1
         </if>
         </if>
         <if test="param.companyId !=null ">
         <if test="param.companyId !=null ">