|
@@ -106,7 +106,7 @@ public class StaffServiceImpl extends ServiceImpl<StaffMapper, Staff> implements
|
|
map.put("card_type",1);
|
|
map.put("card_type",1);
|
|
map.put("card",staff.getCardId());
|
|
map.put("card",staff.getCardId());
|
|
map.put("name",staff.getName());
|
|
map.put("name",staff.getName());
|
|
- map.put("mob",staff.getSId());
|
|
|
|
|
|
+ map.put("mob",staff.getId());
|
|
map.put("groupid",staff.getDeptId());
|
|
map.put("groupid",staff.getDeptId());
|
|
map.put("tel",staff.getContacts());
|
|
map.put("tel",staff.getContacts());
|
|
map.put("level_name","员工卡");
|
|
map.put("level_name","员工卡");
|