Compare commits

4 Commits

Author SHA1 Message Date
Samrat Sohel
1fdbbc0eba Bankura | Birbhum | Howrah micgrated to the NABARD application 2025-09-03 16:48:59 +05:30
Samrat Sohel
a485f7ec02 theree banks like -Jalpaiguri,14-RAIGANJ, 12-N.D.C.C.B added successfully 2025-08-21 12:07:56 +05:30
Samrat Sohel
53f15f995d VIDYASAGAR CENTRAL CO-OPERATIVE BANK LTD - added to the nabard 2025-08-14 12:51:12 +05:30
Samrat Sohel
fbfc885814 new migration 1,4,7 has been added 2025-08-08 09:55:09 +05:30

View File

@@ -45,7 +45,8 @@ public class RequestResponse {
input1 = Scheduler.class.getClass().getResourceAsStream("/Properties.properties");
prop.load(input1);
if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018")) {
if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018") || bc.equals("0001") || bc.equals("0004") || bc.equals("0007") || bc.equals("0020")
|| bc.equals("0006") || bc.equals("0009") || bc.equals("0014") || bc.equals("0003") || bc.equals("0012") || bc.equals("0013")) {
apiURL = prop.getProperty("APIURL_NABARD");
} else {
apiURL = prop.getProperty("APIURL_UCB");