@@ -249,7 +249,7 @@ class ReferenceTypeClassification():
...
@@ -249,7 +249,7 @@ class ReferenceTypeClassification():
defclassification_summary(self):
defclassification_summary(self):
data_sql=f"select uuid,type,sum(amount) as amount,create_time from {self.date} where reference_type='{self.reference_type}' GROUP BY uuid,type"
data_sql=f"select uuid,type,sum(amount) as amount,create_time,reference_type,amount_type from {self.date} where reference_type='{self.reference_type}' GROUP BY uuid,type"
guild_sql=f"select uuid from guild"
guild_sql=f"select uuid from guild"
account_sql=f"select uuid,name from fi_account"
account_sql=f"select uuid,name from fi_account"
anchor_sql=f"select uuid from v2_user where is_achor in(1,2)"
anchor_sql=f"select uuid from v2_user where is_achor in(1,2)"
...
@@ -276,11 +276,27 @@ class ReferenceTypeClassification():
...
@@ -276,11 +276,27 @@ class ReferenceTypeClassification():