bb3f5ad3 by 周伟奇

fix bug

1 parent dcc1396d
......@@ -1628,7 +1628,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals
# 银行流水 --------------------------------------------------------------------
if cms_info.get('autoApprovedDetails', {}).get('aaType', '') in ['CAA1', 'CAA2'] and \
cms_info.get('autoApprovedDetails', {}).get('PolicyComments', '') != '此申请无需提供流水':
cms_info.get('autoApprovedDetails', {}).get('PolicyComments', '') != '无需提供银行流水。':
date_timedelta = 60 if auto else 90
bs_role_list = []
for applicant_type in consts.APPLICANT_TYPE_ORDER[:2]:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!