lyhzzz 4 months ago
parent
commit
b5cd96f2ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/ucenter/SceneProMapper.xml

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

@@ -131,7 +131,7 @@
         </if>
         <if test="param.userName !=null and param.userName !=''">
             and u.user_name like CONCAT('%',#{param.userName},'%')
-            and coo.rec_status = 'A'
+            and coo.rec_status = 'A' and coo.scene_type = 'mesh'
         </if>
         <if test="param.startTime !=null and param.startTime !=''">
             and p.create_time &gt;= #{param.startTime}