84b6b08d by 冯轩

Merge branch 'feature/CHINARPA-3523' into feature/uat-tmp

2 parents e5f58399 b428b2f3
......@@ -1468,7 +1468,7 @@ class SECMSView(GenericView):
is_auto = cms_info.get('AutoSettlement', False)
# fsm flag
fsm_contract = cms_info.get('FSMContract', False)
is_fsm=1 if fsm_contract else 0,
is_fsm=1 if fsm_contract else 0
auto_class = HILAutoSettlement if business_type in consts.HIL_SET else AFCAutoSettlement
auto_obj = auto_class.objects.filter(application_id=application_id).first()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!