Merge branch 'feature/fsm-contract' into feature/uat-tmp
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -1028,7 +1028,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -1028,7 +1028,7 @@ class Command(BaseCommand, LoggerMixin): |
1028 | res = {} | 1028 | res = {} |
1029 | for key, (pno1, key1) in consts.SE_FSM_CON_MAP[classify].items(): | 1029 | for key, (pno1, key1) in consts.SE_FSM_CON_MAP[classify].items(): |
1030 | res[key] = page_info_dict.get(str(pno1), {}).get(key1) | 1030 | res[key] = page_info_dict.get(str(pno1), {}).get(key1) |
1031 | res.setdefault(consts.IMG_PATH_KEY, dict())[key] = page_info_dict.get(str(img_pno), {}).get( | 1031 | res.setdefault(consts.IMG_PATH_KEY, dict())[key] = page_info_dict.get(str(pno1), {}).get( |
1032 | consts.IMG_PATH_KEY, '') | 1032 | consts.IMG_PATH_KEY, '') |
1033 | license_summary[classify] = [res] | 1033 | license_summary[classify] = [res] |
1034 | 1034 | ... | ... |
... | @@ -34,7 +34,7 @@ class ECM: | ... | @@ -34,7 +34,7 @@ class ECM: |
34 | 'ACCEPTANCE': ('acceptance', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL), | 34 | 'ACCEPTANCE': ('acceptance', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL), |
35 | 'SETTLEMENT': (self.settlement_type, conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL), | 35 | 'SETTLEMENT': (self.settlement_type, conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL), |
36 | 'CONTRACTMANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL), | 36 | 'CONTRACTMANAGEMENT': ('contract_management', conf.ECM_FOLDER_CA, conf.ECM_FOLDER_CA_HIL), |
37 | 'INSURANCE': ('insurance', conf.ECM_FOLDER_INSURANCE, conf.ECM_FOLDER_INSURANCE_HIL), | 37 | 'INSURANCE': ('insurance', conf.ECM_FOLDER_SE, conf.ECM_FOLDER_SE_HIL), |
38 | } | 38 | } |
39 | self.doc_base_map = { | 39 | self.doc_base_map = { |
40 | 'AFC': 'SF5_CN', | 40 | 'AFC': 'SF5_CN', | ... | ... |
-
Please register or sign in to post a comment