Commit b4eb62ee authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 18/02/20

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216757 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 34bdaedc
...@@ -80,7 +80,7 @@ public class PayStruChgReqCancel extends ActionHandlerEJB implements PayStruChgR ...@@ -80,7 +80,7 @@ public class PayStruChgReqCancel extends ActionHandlerEJB implements PayStruChgR
String email = ""; String email = "";
ResultSet rs = null; ResultSet rs = null;
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
ArrayList<String> empList = new ArrayList<>(); ArrayList<String> empList = new ArrayList();
int cnt = 0 , MailCnt = 0; int cnt = 0 , MailCnt = 0;
boolean isMailSend = false; boolean isMailSend = false;
String workSite = ""; String workSite = "";
...@@ -297,7 +297,7 @@ public class PayStruChgReqCancel extends ActionHandlerEJB implements PayStruChgR ...@@ -297,7 +297,7 @@ public class PayStruChgReqCancel extends ActionHandlerEJB implements PayStruChgR
String hrEmpCode = "", hrEmpCode1 = "", hrEmpCode2 = ""; String hrEmpCode = "", hrEmpCode1 = "", hrEmpCode2 = "";
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
ResultSet rs = null; ResultSet rs = null;
ArrayList<String> empCodeList=new ArrayList<>(); ArrayList<String> empCodeList=new ArrayList();
//int hrCnt=0; //int hrCnt=0;
try try
{ {
......
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