在账号获取的接口加入了账号最大变化量

This commit is contained in:
whm
2025-10-30 17:24:05 +08:00
parent a66f5db3f2
commit f45c743e3c
7 changed files with 55 additions and 6 deletions

View File

@@ -425,8 +425,6 @@ class SettlementDataService(BaseService[SettlementData]):
work_type = 3
elif "H" in aname :
work_type = 4
# 组装返回字典新增aname字段
record_dict = {
"id": settlement.id,