Commit aee3615f authored by Md Suleman's avatar Md Suleman

small fixes in effective time period

parent d83b0d8c
......@@ -66,6 +66,8 @@ public class EffectiveLoginTimeService implements IEffectiveLoginTimeService {
effectiveLoginData.setEmployeeId(employeeLoginData.getEmployeeId());
effectiveLoginData.setDate(employeeLoginData.getDate());
effectiveLoginData.setLoginTime(employeeLoginData.getTime().toString());
effectiveLoginData.setLogoutTime(employeeLoginData.getTime().toString());
effectiveLoginData.setDurationAtWorkPlace(getTimeInString(totalTime));
if(entryType.equals("OUT"))
effectiveLoginData.getOrphanLogin().add("OUT-"+employeeLoginData.getTime().toString());
}
......
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