Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
97da5fcd
authored
2024-09-18 15:08:29 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:增加字段
1 parent
665acbf4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/apps/doc/ocr/ecm.py
src/apps/doc/ocr/ecm.py
View file @
97da5fc
...
...
@@ -99,6 +99,7 @@ class ECM(GenericView):
"objectId"
:
object_id
,
"b_input_date"
:
time
.
strftime
(
"
%
m/
%
d/
%
Y
%
X"
),
"b_credit_signing_date"
:
time
.
strftime
(
"
%
m/
%
d/
%
Y
%
X"
),
"b_credit_check"
:
True
,
"b_id_number"
:
''
,
}
header_info
=
self
.
get_headers
()
...
...
@@ -142,6 +143,7 @@ class ECM(GenericView):
"b_region_name"
:
self
.
b_region_name_map
.
get
(
business_type
),
"b_input_date"
:
time
.
strftime
(
"
%
m/
%
d/
%
Y
%
X"
),
"b_credit_signing_date"
:
time
.
strftime
(
"
%
m/
%
d/
%
Y
%
X"
),
"b_credit_check"
:
True
,
"b_id_number"
:
''
,
# "file_base64_content": "",
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment