lyhzzz 1 месяц назад
Родитель
Сommit
fee4044217
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/main/resources/mapper/ucenter/ScenePlusMapper.xml

+ 3 - 0
src/main/resources/mapper/ucenter/ScenePlusMapper.xml

@@ -196,5 +196,8 @@
                 #{sceneSource}
             </foreach>
         </if>
+        <if test="param.isObj !=null and param.isObj == 1">
+            and e.is_obj ==1
+        </if>
     </select>
 </mapper>