267fc2bb by 冯轩

init:5504 去掉见证人签字及日期

1 parent f1fed51a
......@@ -1576,9 +1576,10 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
if not is_find and is_force:
afc_contract_input.append((key, empty_str))
if online_sign and data_source == 'ECONTRACT':
afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
# CHINARPA-5504 去掉见证人签字及日期
# if online_sign and data_source == 'ECONTRACT':
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
contract_info[consts.AFC_CONTRACT_EN] = afc_contract_input
......@@ -2233,9 +2234,10 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
if not is_find and is_force:
afc_contract_input.append((key, empty_str))
if online_sign and data_source == 'ECONTRACT':
afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
# CHINARPA-5504 去掉见证人签字及日期
# if online_sign and data_source == 'ECONTRACT':
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
contract_info[consts.AFC_CONTRACT_EN] = afc_contract_input
......
......@@ -175,9 +175,10 @@ def get_pos_compare_info(pos_info, data_source):
afc_contract_input.append((consts.AFC_CON_FIELDS[8], asp_list))
afc_contract_input.append((consts.AFC_CON_FIELDS[9], asp_list))
if data_source == 'ECONTRACT':
afc_contract_input.append((consts.AFC_CON_FIELDS[10], consts.HAVE_CN))
afc_contract_input.append((consts.AFC_CON_FIELDS[11], empty_str))
# CHINARPA-5504 去掉见证人签字及日期
# if data_source == 'ECONTRACT':
# afc_contract_input.append((consts.AFC_CON_FIELDS[10], consts.HAVE_CN))
# afc_contract_input.append((consts.AFC_CON_FIELDS[11], empty_str))
compare_info.setdefault(consts.AFC_CONTRACT_EN, []).append(afc_contract_input)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!