27d600e7 by 冯轩

Merge branch 'feature/CHINARPA-4944' into feature/uat-tmp

2 parents d7b7f2d4 97da5fcd
......@@ -104,6 +104,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()
......@@ -147,6 +148,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": "",
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!