@@ -72,6 +72,11 @@ class AccountService extends BaseService
$item['type_text'] = isset($accountTypes[$type])? $accountTypes[$type] : '收支明细';
}
+ $item['change_type'] = 1;
+ if(in_array($type,[1,2,4])){
+ $item['change_type'] = 2;
+ }
+