lyhzzz 2 mēneši atpakaļ
vecāks
revīzija
fee4044217

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

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