fix: 日常支出统计,功能优化。

This commit is contained in:
tianyongbao
2024-07-16 15:07:39 +08:00
parent ac7f926456
commit 8c8087d16c

View File

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