|
|
@@ -70,9 +70,9 @@ public class AddUserServiceImpl implements AddUserService {
|
|
|
userPositionDao.save(position);
|
|
|
if (position.getId() != null) {
|
|
|
logger.log("uu互联添加人员", enter.getEnName() + "添加了" + user.getUserName());
|
|
|
- map.put("success", true);
|
|
|
+ map.put("success", "人员添加成功");
|
|
|
} else {
|
|
|
- map.put("success", false);
|
|
|
+ map.put("success", "职位设置失败");
|
|
|
}
|
|
|
} else {
|
|
|
map.put("success", false);
|