fix gcap
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -439,7 +439,7 @@ def ca_compare(application_id, application_entity, ocr_res_id, last_obj, ocr_res | ... | @@ -439,7 +439,7 @@ def ca_compare(application_id, application_entity, ocr_res_id, last_obj, ocr_res |
439 | 'vehicleStatus': last_obj.vehicle_status, | 439 | 'vehicleStatus': last_obj.vehicle_status, |
440 | 'wholeResult': 'N', | 440 | 'wholeResult': 'N', |
441 | 'wholeResultMessage': empty_str, | 441 | 'wholeResultMessage': empty_str, |
442 | 'applicationLink': application_link, | 442 | 'applicationLink': application_link.replace('&', '&'), |
443 | } | 443 | } |
444 | }) | 444 | }) |
445 | 445 | ... | ... |
-
Please register or sign in to post a comment