|
@@ -104,10 +104,9 @@ public class StaffServiceImpl extends ServiceImpl<StaffMapper, Staff> implements
|
|
map.put("card",staff.getCardId());
|
|
map.put("card",staff.getCardId());
|
|
map.put("name",staff.getName());
|
|
map.put("name",staff.getName());
|
|
map.put("mob",staff.getId());
|
|
map.put("mob",staff.getId());
|
|
- Map dept = JSON.parseObject(staff.getDept(), Map.class);
|
|
|
|
- map.put("groupid",dept.get("id"));
|
|
|
|
|
|
+ map.put("groupid",staff.getDeptId());
|
|
map.put("tel",staff.getContacts());
|
|
map.put("tel",staff.getContacts());
|
|
- map.put("level_name","");
|
|
|
|
|
|
+ map.put("level_name","测试卡");
|
|
MsgLog msgLog = new MsgLog();
|
|
MsgLog msgLog = new MsgLog();
|
|
msgLog.setBusinessId(staff.getSId());
|
|
msgLog.setBusinessId(staff.getSId());
|
|
msgLog.setExchange(ProfileConsumeConfig.NAME);
|
|
msgLog.setExchange(ProfileConsumeConfig.NAME);
|