添加新的账号条件
This commit is contained in:
parent
8ceb44bbc6
commit
3617709df5
@ -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 " +
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user