lyhzzz 4 月之前
父节点
当前提交
b5cd96f2ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}