added bank code 0002, 0015, 0017 bank codes
This commit is contained in:
@@ -118,7 +118,7 @@ public class SSHProtocol {
|
|||||||
+ this.dbSchema
|
+ this.dbSchema
|
||||||
+ ".kcc_sftp_log k where k.proc_stat = 'Y' and k.proc_dt = '"
|
+ ".kcc_sftp_log k where k.proc_stat = 'Y' and k.proc_dt = '"
|
||||||
+ dateToday
|
+ dateToday
|
||||||
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code NOT IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007', '0020', '0006', '0009', '0014', '0003', '0012', '0013')");
|
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code NOT IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007', '0020', '0006', '0009', '0014', '0003', '0012', '0013', '0002', '0015', '0017')");
|
||||||
rs = ps.executeQuery();
|
rs = ps.executeQuery();
|
||||||
|
|
||||||
while (rs.next()) {
|
while (rs.next()) {
|
||||||
@@ -261,7 +261,7 @@ public class SSHProtocol {
|
|||||||
+ this.dbSchema
|
+ this.dbSchema
|
||||||
+ ".kcc_sftp_log k where k.proc_stat = 'Y' and k.proc_dt = '"
|
+ ".kcc_sftp_log k where k.proc_stat = 'Y' and k.proc_dt = '"
|
||||||
+ dateToday
|
+ dateToday
|
||||||
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007', '0020', '0006', '0009', '0014', '0003', '0012', '0013')");
|
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007', '0020', '0006', '0009', '0014', '0003', '0012', '0013', '0002', '0015', '0017')");
|
||||||
rs = ps.executeQuery();
|
rs = ps.executeQuery();
|
||||||
|
|
||||||
while (rs.next()) {
|
while (rs.next()) {
|
||||||
|
Reference in New Issue
Block a user