统计按时间倒序

This commit is contained in:
yanglei 2026-01-22 09:05:44 +08:00
parent 86b822af8c
commit 9ac54b6629

View File

@ -74,7 +74,7 @@
AND create_time < #{endTime}
</if>
GROUP BY create_time::date, operator_id
ORDER BY create_time::date, operator_id
ORDER BY create_time::date DESC, operator_id
</select>