| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.beust.jcommander.internal.Lists; |
| | | import com.panzhihua.common.model.vos.sangeshenbian.SystemUserVo; |
| | | import com.panzhihua.common.model.vos.west.SystemUserVo; |
| | | import com.panzhihua.common.utlis.StringUtils; |
| | | import com.panzhihua.westcommittee.dao.SystemUserLevelMapper; |
| | | import com.panzhihua.westcommittee.dao.SystemUserMapper; |
| | |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<RegionVO> getRegionTree(SystemUserVo loginUserInfo) { |
| | | public List<RegionVO> getRegionTree(SystemUserVo loginUserInfo) { |
| | | log.info("getRegionTree入参:{}",JSONObject.toJSONString(loginUserInfo)); |
| | | SystemUser systemUser = getById(loginUserInfo.getId()); |
| | | Integer accountLevel = systemUser.getAccountLevel(); |
| | |
| | | return regionTree; |
| | | } |
| | | |
| | | @Override |
| | | public String getCreateByIdPhone(Long createBy) { |
| | | return this.baseMapper.getCreateByIdPhone(createBy); |
| | | } |
| | | |
| | | } |