添加银行流水的分类类型
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -946,6 +946,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -946,6 +946,7 @@ class Command(BaseCommand, LoggerMixin): |
| 946 | print_date = '' | 946 | print_date = '' |
| 947 | res.append( | 947 | res.append( |
| 948 | { | 948 | { |
| 949 | 'bankStatement_type': str(bs_info.get('classify', '')), | ||
| 949 | 'role': bs_info.get('role', ''), | 950 | 'role': bs_info.get('role', ''), |
| 950 | 'print_time': print_date, | 951 | 'print_time': print_date, |
| 951 | 'timedelta': bs_info.get('timedelta', ''), | 952 | 'timedelta': bs_info.get('timedelta', ''), | ... | ... |
-
Please register or sign in to post a comment