|
@@ -85,7 +85,7 @@ public class PtUserAccountServiceImpl implements IPtUserAccountService {
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@Override
|
|
|
public PtUserAccountVo queryById(Long userId) {
|
|
public PtUserAccountVo queryById(Long userId) {
|
|
|
- PtUserAccountVo vo = baseMapper.selectVoById(userId);
|
|
|
|
|
|
|
+ PtUserAccountVo vo = TenantHelper.ignore(()->baseMapper.selectVoById(userId));
|
|
|
if (vo != null) {
|
|
if (vo != null) {
|
|
|
RemoteDeptVo remoteDeptVo = remoteDeptService.selectDeptById(vo.getDeptId());
|
|
RemoteDeptVo remoteDeptVo = remoteDeptService.selectDeptById(vo.getDeptId());
|
|
|
vo.setDeptName(remoteDeptVo.getDeptName());
|
|
vo.setDeptName(remoteDeptVo.getDeptName());
|