Commit 13fbbc3b authored by fangxinjiang's avatar fangxinjiang

人员花名册

parent f27d237b
...@@ -168,8 +168,6 @@ public class TPersonnelRosterServiceImpl extends ServiceImpl<TPersonnelRosterMap ...@@ -168,8 +168,6 @@ public class TPersonnelRosterServiceImpl extends ServiceImpl<TPersonnelRosterMap
for (TSalaryEmpRosterVo vo :res.getData().getRosterVos()){ for (TSalaryEmpRosterVo vo :res.getData().getRosterVos()){
voMap.put(vo.getEmpIdcard(),vo); voMap.put(vo.getEmpIdcard(),vo);
} }
}else {
return;
} }
if (Common.isNotNull(list) && Common.isNotNull(voMap)){ if (Common.isNotNull(list) && Common.isNotNull(voMap)){
for (TPersonnelRoster r:list){ for (TPersonnelRoster r:list){
......
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