dcc1396d by 周伟奇

fix bug

1 parent f8af14f9
...@@ -1297,7 +1297,7 @@ def get_se_cms_compare_info_auto(last_obj, application_entity, auto=True): ...@@ -1297,7 +1297,7 @@ def get_se_cms_compare_info_auto(last_obj, application_entity, auto=True):
1297 contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input 1297 contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input
1298 1298
1299 # HIL合同 车辆处置协议 -------------------------------------------------------------------------------------- 1299 # HIL合同 车辆处置协议 --------------------------------------------------------------------------------------
1300 if fp_group.find('Joy_Select') != -1 or fp_group.find('JoySelect') != -1: 1300 if fp_group.find('Joy Select') != -1 or fp_group.find('JoySelect') != -1:
1301 hil_contract_3_input = [ 1301 hil_contract_3_input = [
1302 (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no), 1302 (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no),
1303 (consts.SE_HIL_CON_3_FIELD[1], main_name), 1303 (consts.SE_HIL_CON_3_FIELD[1], main_name),
...@@ -1817,7 +1817,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals ...@@ -1817,7 +1817,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals
1817 contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input 1817 contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input
1818 1818
1819 # HIL合同 车辆处置协议 -------------------------------------------------------------------------------------- 1819 # HIL合同 车辆处置协议 --------------------------------------------------------------------------------------
1820 if fp_group.find('Joy_Select') != -1 or fp_group.find('JoySelect') != -1: 1820 if fp_group.find('Joy Select') != -1 or fp_group.find('JoySelect') != -1:
1821 hil_contract_3_input = [ 1821 hil_contract_3_input = [
1822 (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no), 1822 (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no),
1823 (consts.SE_HIL_CON_3_FIELD[1], main_name), 1823 (consts.SE_HIL_CON_3_FIELD[1], main_name),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!