added 0020 bank code for NABARD migration

This commit is contained in:
2025-08-14 21:08:43 +05:30
parent d1850fd72f
commit 7b046bc455

View File

@@ -118,7 +118,7 @@ public class SSHProtocol {
+ this.dbSchema
+ ".kcc_sftp_log k where k.proc_stat = 'Y' and k.proc_dt = '"
+ dateToday
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code NOT IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007')");
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code NOT IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007', '0200')");
rs = ps.executeQuery();
while (rs.next()) {
@@ -261,7 +261,7 @@ public class SSHProtocol {
+ this.dbSchema
+ ".kcc_sftp_log k where k.proc_stat = 'Y' and k.proc_dt = '"
+ dateToday
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007')");
+ "' and k.remarks = 'FILE GENERATED' AND k.bnk_code IN ('0005', '0021', '0016', '0018', '0001', '0004', '0007', '0020')");
rs = ps.executeQuery();
while (rs.next()) {