优化涉疑交易模型口径和报告展示
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user