Commit 942f62fb authored by pbhosale's avatar pbhosale

[Updated on 06-12-2019]

AdmCommon.java
ArrearsDeletePrc.java
AttendanceDailyIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213202 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 36456acf
...@@ -826,7 +826,7 @@ public class AttendanceDailyIC extends ValidatorEJB implements AttendanceDailyIC ...@@ -826,7 +826,7 @@ public class AttendanceDailyIC extends ValidatorEJB implements AttendanceDailyIC
{ {
userLevelInt = Integer.parseInt(userLevel); userLevelInt = Integer.parseInt(userLevel);
} }
//Added By Poonam B[26/11/2019][ED] //Added By Poonam B[26/11/2019][END]
conn = getConnection(); conn = getConnection();
if(objContext != null && objContext.trim().length() > 0) if(objContext != null && objContext.trim().length() > 0)
{ {
...@@ -948,7 +948,10 @@ public class AttendanceDailyIC extends ValidatorEJB implements AttendanceDailyIC ...@@ -948,7 +948,10 @@ public class AttendanceDailyIC extends ValidatorEJB implements AttendanceDailyIC
close(rs, pstmt); close(rs, pstmt);
// Modified By Poonam B[26/11/2019][method changed][START] // Modified By Poonam B[26/11/2019][method changed][START]
//errCode = checkNull(admCommon.gbfEmp(mVal, mattdDate, lsSite, loginSite , conn)); //errCode = checkNull(admCommon.gbfEmp(mVal, mattdDate, lsSite, loginSite , conn));
errCode = checkNull(admCommon.chkHRMSiteAccess(mVal, mattdDate, lsSite, loginSite ,userId, userLevelInt , loginEmpCode, "w_"+objName, conn)); // modified by Poonam B[02/12/2019][To remove emp_site variable][START]
//errCode = checkNull(admCommon.chkHRMSiteAccess(mVal, mattdDate, lsSite, loginSite ,userId, userLevelInt , loginEmpCode, "w_"+objName, conn));
errCode = checkNull(admCommon.chkHRMSiteAccess(mVal, mattdDate, loginSite ,userId, userLevelInt , loginEmpCode, objName, conn));
// modified by Poonam B[02/12/2019][To remove emp_site variable][END]
System.out.println("value return from chkHRMSiteAccess::::" +errCode); System.out.println("value return from chkHRMSiteAccess::::" +errCode);
// Modified By Poonam B[26/11/2019][method changed][END] // Modified By Poonam B[26/11/2019][method changed][END]
} }
......
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