97da5fcd by 冯轩

MOD:增加字段

1 parent 665acbf4
...@@ -99,6 +99,7 @@ class ECM(GenericView): ...@@ -99,6 +99,7 @@ class ECM(GenericView):
99 "objectId": object_id, 99 "objectId": object_id,
100 "b_input_date": time.strftime("%m/%d/%Y %X"), 100 "b_input_date": time.strftime("%m/%d/%Y %X"),
101 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"), 101 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"),
102 "b_credit_check": True,
102 "b_id_number": '', 103 "b_id_number": '',
103 } 104 }
104 header_info = self.get_headers() 105 header_info = self.get_headers()
...@@ -142,6 +143,7 @@ class ECM(GenericView): ...@@ -142,6 +143,7 @@ class ECM(GenericView):
142 "b_region_name": self.b_region_name_map.get(business_type), 143 "b_region_name": self.b_region_name_map.get(business_type),
143 "b_input_date": time.strftime("%m/%d/%Y %X"), 144 "b_input_date": time.strftime("%m/%d/%Y %X"),
144 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"), 145 "b_credit_signing_date": time.strftime("%m/%d/%Y %X"),
146 "b_credit_check": True,
145 "b_id_number": '', 147 "b_id_number": '',
146 # "file_base64_content": "", 148 # "file_base64_content": "",
147 } 149 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!