Commit 4e8a3c8c authored by Ketan Patil's avatar Ketan Patil

Changes done by pravin

parent 0b2166f5
...@@ -758,7 +758,7 @@ public class CHCReportSch ...@@ -758,7 +758,7 @@ public class CHCReportSch
String ccId = disCommon.getDisparams("999999", "CHC_REPORT_CC", conn); String ccId = disCommon.getDisparams("999999", "CHC_REPORT_CC", conn);
System.out.println("ccId>>>>"+ ccId); System.out.println("ccId>>>>"+ ccId);
if(ccId == null || ccId.trim().length() == 0 || ccId.trim().equalsIgnoreCase("NULLNOTFOUND")) if(ccId == null || ccId.trim().length() == 0 || ccId.trim().equalsIgnoreCase("NULLFOUND"))
{ {
ccId = "Prachi.Joshi@sunpharma.com"; ccId = "Prachi.Joshi@sunpharma.com";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment