|
@@ -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 >= #{param.startTime}
|