Merge branch 'feature/CHINARPA-3523' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1468,7 +1468,7 @@ class SECMSView(GenericView): | ... | @@ -1468,7 +1468,7 @@ class SECMSView(GenericView): |
1468 | is_auto = cms_info.get('AutoSettlement', False) | 1468 | is_auto = cms_info.get('AutoSettlement', False) |
1469 | # fsm flag | 1469 | # fsm flag |
1470 | fsm_contract = cms_info.get('FSMContract', False) | 1470 | fsm_contract = cms_info.get('FSMContract', False) |
1471 | is_fsm=1 if fsm_contract else 0, | 1471 | is_fsm=1 if fsm_contract else 0 |
1472 | 1472 | ||
1473 | auto_class = HILAutoSettlement if business_type in consts.HIL_SET else AFCAutoSettlement | 1473 | auto_class = HILAutoSettlement if business_type in consts.HIL_SET else AFCAutoSettlement |
1474 | auto_obj = auto_class.objects.filter(application_id=application_id).first() | 1474 | auto_obj = auto_class.objects.filter(application_id=application_id).first() | ... | ... |
-
Please register or sign in to post a comment