Merge branch 'feature/CHINARPA-4944' into feature/uat-tmp
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment