|
|
@ -18,10 +18,7 @@ import com.epmet.commons.tools.redis.common.CustomerStaffRedis; |
|
|
|
import com.epmet.commons.tools.redis.common.bean.HouseInfoCache; |
|
|
|
import com.epmet.commons.tools.redis.common.bean.IcResiUserInfoCache; |
|
|
|
import com.epmet.commons.tools.security.dto.TokenDto; |
|
|
|
import com.epmet.commons.tools.utils.ConvertUtils; |
|
|
|
import com.epmet.commons.tools.utils.DateUtils; |
|
|
|
import com.epmet.commons.tools.utils.IpUtils; |
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
|
import com.epmet.commons.tools.utils.*; |
|
|
|
import com.epmet.constant.BadgeConstant; |
|
|
|
import com.epmet.constant.NeighborhoodConstant; |
|
|
|
import com.epmet.constant.OrgInfoConstant; |
|
|
@ -650,6 +647,9 @@ public class EpmetUserServiceImpl implements EpmetUserService { |
|
|
|
} |
|
|
|
result.setStaffId(staffEntity.getUserId()); |
|
|
|
result.setAgencyId(agencyDTO.getId()); |
|
|
|
//新增pid,orgIdPath
|
|
|
|
result.setPid(agencyDTO.getPid()); |
|
|
|
result.setOrgIdPath(PidUtils.convertPid2OrgIdPath(agencyDTO.getId(),agencyDTO.getPids())); |
|
|
|
result.setAgencyName(agencyDTO.getOrganizationName()); |
|
|
|
result.setAgencyPIds(agencyDTO.getPids()); |
|
|
|
result.setLevel(agencyDTO.getLevel()); |
|
|
|