统计按时间倒序
This commit is contained in:
parent
86b822af8c
commit
9ac54b6629
@ -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>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user