优化涉疑交易模型口径和报告展示

This commit is contained in:
wjj
2026-05-26 16:37:16 +08:00
committed by wkc
parent bf290c509c
commit 64cb847db3

View File

@@ -531,6 +531,10 @@
from ccdi_bank_statement_tag_result tr from ccdi_bank_statement_tag_result tr
where tr.project_id = #{query.projectId} where tr.project_id = #{query.projectId}
and tr.bank_statement_id is not null and tr.bank_statement_id is not null
and (
tr.rule_name like '%可疑%'
or tr.rule_code = 'ABNORMAL_CUSTOMER_TRANSACTION'
)
</sql> </sql>
<sql id="suspiciousTransactionNameHitSql"> <sql id="suspiciousTransactionNameHitSql">