diff --git a/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ009Processor.java b/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ009Processor.java index 0708eb8..9e2dcd6 100644 --- a/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ009Processor.java +++ b/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ009Processor.java @@ -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 " + diff --git a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/MpsFormalBatchMain$BatchExecutionContext.class b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/MpsFormalBatchMain$BatchExecutionContext.class index dbb43ed..9ee485b 100644 Binary files a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/MpsFormalBatchMain$BatchExecutionContext.class and b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/MpsFormalBatchMain$BatchExecutionContext.class differ diff --git a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/service/BatchStatusService$BatchStatus.class b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/service/BatchStatusService$BatchStatus.class index 6aba3c6..49e3e4e 100644 Binary files a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/service/BatchStatusService$BatchStatus.class and b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/service/BatchStatusService$BatchStatus.class differ diff --git a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/test/ConnectionPoolRobustnessTest.class b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/test/ConnectionPoolRobustnessTest.class deleted file mode 100644 index aa681af..0000000 Binary files a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/test/ConnectionPoolRobustnessTest.class and /dev/null differ diff --git a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/DatabaseConnection.class b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/DatabaseConnection.class index 7243231..5393f40 100644 Binary files a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/DatabaseConnection.class and b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/DatabaseConnection.class differ diff --git a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/SimpleConnectionPool.class b/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/SimpleConnectionPool.class deleted file mode 100644 index c1155b5..0000000 Binary files a/MpsFormalBatch/target/classes/com/gtsoft/mps/batch/util/SimpleConnectionPool.class and /dev/null differ