lyhzzz 4 tháng trước cách đây
mục cha
commit
b5cd96f2ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}