Files
ccdi/sql/migration/2026-07-17-update-abnormal-account-rule-caliber.sql

8 lines
377 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
UPDATE ccdi_bank_tag_rule
SET business_caliber = '员工本人账户已销户且销户日前30天内存在大额资金流动。',
remark = '真实规则识别员工本人账户销户前30天内存在大额资金流动的员工对象',
update_by = 'system',
update_time = NOW()
WHERE model_code = 'ABNORMAL_ACCOUNT'
AND rule_code = 'SUDDEN_ACCOUNT_CLOSURE';