房间小时流水bug

This commit is contained in:
2025-07-17 11:15:23 +08:00
parent bec2cfacd1
commit 07f1dd492a

View File

@@ -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>