c06bbf34 by 冯轩

Merge branch 'feature/CHINARPA-5504'

2 parents 16830fce 267fc2bb
...@@ -1576,9 +1576,10 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d ...@@ -1576,9 +1576,10 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
1576 if not is_find and is_force: 1576 if not is_find and is_force:
1577 afc_contract_input.append((key, empty_str)) 1577 afc_contract_input.append((key, empty_str))
1578 1578
1579 if online_sign and data_source == 'ECONTRACT': 1579 # CHINARPA-5504 去掉见证人签字及日期
1580 afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE)) 1580 # if online_sign and data_source == 'ECONTRACT':
1581 afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str)) 1581 # afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
1582 # afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
1582 1583
1583 contract_info[consts.AFC_CONTRACT_EN] = afc_contract_input 1584 contract_info[consts.AFC_CONTRACT_EN] = afc_contract_input
1584 1585
...@@ -2233,9 +2234,10 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect ...@@ -2233,9 +2234,10 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
2233 if not is_find and is_force: 2234 if not is_find and is_force:
2234 afc_contract_input.append((key, empty_str)) 2235 afc_contract_input.append((key, empty_str))
2235 2236
2236 if online_sign and data_source == 'ECONTRACT': 2237 # CHINARPA-5504 去掉见证人签字及日期
2237 afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE)) 2238 # if online_sign and data_source == 'ECONTRACT':
2238 afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str)) 2239 # afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
2240 # afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
2239 2241
2240 contract_info[consts.AFC_CONTRACT_EN] = afc_contract_input 2242 contract_info[consts.AFC_CONTRACT_EN] = afc_contract_input
2241 2243
......
...@@ -175,9 +175,10 @@ def get_pos_compare_info(pos_info, data_source): ...@@ -175,9 +175,10 @@ def get_pos_compare_info(pos_info, data_source):
175 afc_contract_input.append((consts.AFC_CON_FIELDS[8], asp_list)) 175 afc_contract_input.append((consts.AFC_CON_FIELDS[8], asp_list))
176 afc_contract_input.append((consts.AFC_CON_FIELDS[9], asp_list)) 176 afc_contract_input.append((consts.AFC_CON_FIELDS[9], asp_list))
177 177
178 if data_source == 'ECONTRACT': 178 # CHINARPA-5504 去掉见证人签字及日期
179 afc_contract_input.append((consts.AFC_CON_FIELDS[10], consts.HAVE_CN)) 179 # if data_source == 'ECONTRACT':
180 afc_contract_input.append((consts.AFC_CON_FIELDS[11], empty_str)) 180 # afc_contract_input.append((consts.AFC_CON_FIELDS[10], consts.HAVE_CN))
181 # afc_contract_input.append((consts.AFC_CON_FIELDS[11], empty_str))
181 182
182 compare_info.setdefault(consts.AFC_CONTRACT_EN, []).append(afc_contract_input) 183 compare_info.setdefault(consts.AFC_CONTRACT_EN, []).append(afc_contract_input)
183 184
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!