@@ -288,7 +288,7 @@ class ReferenceTypeClassification():
defclassification_summary(self):
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"
data_sql=f"select uuid,type,sum(amount) as amount,reference_type from {self.date} where reference_type='{self.reference_type}' GROUP BY uuid,type"
guild_sql=f"select uuid from guild"
account_sql=f"select uuid,name from fi_account"
anchor_sql=f"select uuid from v2_user where is_achor in(1,2)"