Commit 0b2166f5 authored by Ketan Patil's avatar Ketan Patil

Changes done by pravin

parent 4f1a598a
......@@ -754,7 +754,7 @@ public class CHCReportOtherClusterSch
String ccId = disCommon.getDisparams("999999", "CHC_OTHER_CC", conn);
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 = "Agnivarna.Chaudhary@sunpharma.com, Parthasarathi.Muntha@sunpharma.com,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