|
|
@@ -354,6 +354,7 @@ public class MobileFlowServiceImpl implements MobileFlowService {
|
|
|
info.setEmimid(user.getUserIMId());
|
|
|
info.setEmphone(user.getUserTel());
|
|
|
info.setEmname(user.getUserName());
|
|
|
+ info.setEmsex(user.getUserSex());
|
|
|
UserPosition pos = userPositionDao.getUserByUseruuAndEnuu(user.getUserUU(), enuu);
|
|
|
if (pos != null) {
|
|
|
info.setEmdepart(pos.getDepartment());
|