Replace LicenceRenewNotiTest.java

parent 4d04420c
......@@ -70,7 +70,6 @@ public class LicenceRenewNotiTest implements Schedule {
Status=rs.getString("status");
IsWorking=rs.getString("is_working");
Reviewer=rs.getString("reviewer");
System.out.println("PerformerId" + PerformerId);
System.out.println("NewEndDate" + NewEndDate);
......@@ -89,7 +88,7 @@ public class LicenceRenewNotiTest implements Schedule {
valueXmlString.append("<ENTITY_CODE>").append("<![CDATA[" + PerformerId + "]]>").append("</ENTITY_CODE>");
valueXmlString.append("<ENTITY_TYPE>").append("<![CDATA[" + "E" + "]]>").append("</ENTITY_TYPE>");
valueXmlString.append("<FORMAT_CODE>").append("<![CDATA[" + "LICENSE_EXPIERTEST" +"]]>").append("</FORMAT_CODE>");
valueXmlString.append("<TO_ADD>").append("<![CDATA[" + Email + "]]>").append("</TO_ADD>");
valueXmlString.append("<TO_ADD>").append("<![CDATA[" + "khushal.chavan@proteustech.in" + "]]>").append("</TO_ADD>");
valueXmlString.append("<CC_ADD>").append("<![CDATA[]]>").append("</CC_ADD>");
valueXmlString.append("<MESSAGE_TYPE>").append("<![CDATA["+ "text/html" +"]]>").append("</MESSAGE_TYPE>");
valueXmlString.append("<ATTACHMENT><BODY></BODY><LOCATION></LOCATION></ATTACHMENT>");
......
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