fix: 日常支出统计,功能优化。
This commit is contained in:
@@ -173,6 +173,6 @@
|
|||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
group by
|
group by
|
||||||
a.child_category
|
a.child_category
|
||||||
order by a.child_category asc
|
order by sum(a.amount) asc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user