添加新的账号条件

This commit is contained in:
CYQ 2025-11-05 15:54:47 +08:00
parent 8ceb44bbc6
commit 3617709df5
6 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ public class BIZ009Processor extends AbstractBusinessProcessor {
"SET check_flag = CASE " +
" WHEN EXISTS (" +
" SELECT 1 FROM mps_import_special s " +
" WHERE import_time=? and substr(acct_no,1,8) in ('62231909','90010509','62152109') and s.acct_no = b.old_card_no " +
" WHERE import_time=? and substr(acct_no,1,8) in ('62231909','90010509','62152109','62169009') " +
" and s.acct_no = b.old_card_no " +
" ) THEN '1' " +
" ELSE '9' " +
"END " +