e3565c7c by 周伟奇

fix cms & compare bug

1 parent 8ef9d025
......@@ -1510,7 +1510,7 @@ DDA_COMPARE_LOGIC = {
'customerName': (DDA_IC_NAME, 'se_contain_compare_2', {}),
'idNum': (DDA_IC_ID, 'se_contain_compare_2', {}),
'accountHolderName': (DDA_BC_NAME, 'se_common_compare', {}),
'accountNo': (DDA_BC_ID, 'se_common_compare', {}),
'accountNo': (DDA_BC_ID, 'se_common_compare', {'remove_space': True}),
}
JYPZ_COMPARE_LOGIC = {
......
......@@ -1479,7 +1479,7 @@ class Command(BaseCommand, LoggerMixin):
try:
# pass
compare.apply_async((doc.application_id, business_type, None, res_obj.id,
is_ca), queue='queue_compare')
is_ca, True), queue='queue_compare')
except Exception as e:
self.online_log.error(
'{0} [process error (comparison info send)] [task={1}] [error={2}]'.format(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!