27d600e7 by 冯轩

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

2 parents d7b7f2d4 97da5fcd
...@@ -104,6 +104,7 @@ class ECM(GenericView): ...@@ -104,6 +104,7 @@ class ECM(GenericView):
104 "objectId": object_id, 104 "objectId": object_id,
105 "b_input_date": time.strftime("%m/%d/%Y %X"), 105 "b_input_date": time.strftime("%m/%d/%Y %X"),
106 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"), 106 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"),
107 "b_credit_check": True,
107 "b_id_number": '', 108 "b_id_number": '',
108 } 109 }
109 header_info = self.get_headers() 110 header_info = self.get_headers()
...@@ -147,6 +148,7 @@ class ECM(GenericView): ...@@ -147,6 +148,7 @@ class ECM(GenericView):
147 "b_region_name": self.b_region_name_map.get(business_type), 148 "b_region_name": self.b_region_name_map.get(business_type),
148 "b_input_date": time.strftime("%m/%d/%Y %X"), 149 "b_input_date": time.strftime("%m/%d/%Y %X"),
149 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"), 150 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"),
151 "b_credit_check": True,
150 "b_id_number": '', 152 "b_id_number": '',
151 # "file_base64_content": "", 153 # "file_base64_content": "",
152 } 154 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!