房间小时流水bug
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
from room_hour_diamond_num r
|
||||
left join users u on u.uid=r.room_uid
|
||||
where r.stat_date >= #{statTime}
|
||||
and r.stat_date <= #{endTime}
|
||||
and r.stat_date < #{endTime}
|
||||
<if test="uid != null">
|
||||
and r.room_uid = #{uid}
|
||||
</if>
|
||||
|
Reference in New Issue
Block a user