| | |
| | | package com.moral.api.service.impl; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.moral.api.entity.Organization; |
| | | import com.moral.api.entity.ServicesScope; |
| | | import com.moral.api.mapper.OrganizationMapper; |
| | | import com.moral.api.mapper.ServicesScopeMapper; |
| | | import com.moral.api.pojo.vo.organization.OrganizationServicesScopeVO; |
| | | import com.moral.api.service.OrganizationService; |
| | | import com.moral.api.service.ServicesScopeService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.moral.constant.Constants; |
| | | import com.moral.util.RegionCodeUtils; |
| | | import io.swagger.models.auth.In; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.ObjectUtils; |
| | |
| | | return resultList; |
| | | } |
| | | |
| | | private OrganizationServicesScopeVO treeStructure(int orgId){ |
| | | /*private OrganizationServicesScopeVO treeStructure(int orgId){ |
| | | OrganizationServicesScopeVO organizationServicesScopeVO = new OrganizationServicesScopeVO(); |
| | | Organization organization = organizationMapper.selectById(orgId); |
| | | organizationServicesScopeVO.setOrganization(organization); |
| | |
| | | } |
| | | //servicesScopeMapper.selectList() |
| | | return null; |
| | | } |
| | | }*/ |
| | | } |