Commit fd6b1cf9 authored by b v s satyanarayana's avatar b v s satyanarayana

ImportEmployeeDataValidations

parent d8a67851
...@@ -699,7 +699,7 @@ public class UserServiceImpl implements UserService { ...@@ -699,7 +699,7 @@ public class UserServiceImpl implements UserService {
employees.removeAll(invalidEmpRecs); employees.removeAll(invalidEmpRecs);
} }
} }
if(finalMap.entrySet().size() > MyTimeUtils.INT_ZERO) { if(invalidEmpRecsList.size() > MyTimeUtils.INT_ZERO) {
finalMap.put("Please check the following row number records", invalidEmpRecsList); finalMap.put("Please check the following row number records", invalidEmpRecsList);
} }
return finalMap; return finalMap;
......
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