完成LSFX Mock第二期稳定随机命中后端实施
This commit is contained in:
@@ -149,6 +149,9 @@ class StatementService:
|
||||
list(record.large_transaction_hit_rules) if record is not None else []
|
||||
),
|
||||
"phase1_hit_rules": list(record.phase1_hit_rules) if record is not None else [],
|
||||
"phase2_statement_hit_rules": (
|
||||
list(record.phase2_statement_hit_rules) if record is not None else []
|
||||
),
|
||||
}
|
||||
if record is not None and record.staff_id_card:
|
||||
allowed_identity_cards = tuple([record.staff_id_card, *record.family_id_cards])
|
||||
|
||||
Reference in New Issue
Block a user