| | |
| | | import com.baomidou.mybatisplus.extension.conditions.query.LambdaQueryChainWrapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import io.netty.util.internal.StringUtil; |
| | | import org.jeecg.common.constant.CommonConstant; |
| | | import org.jeecg.common.util.oConvertUtils; |
| | | import org.jeecg.modules.activiti.entity.ActivitiDefinition; |
| | | import org.jeecg.modules.activiti.service.IActivitiDefinitionService; |
| | | import org.jeecg.modules.dnc.dto.DepartApproveUser; |
| | | import org.jeecg.modules.dnc.ucenter.DepartApproveUser; |
| | | import org.jeecg.modules.dnc.dto.DepartmentExt; |
| | | import org.jeecg.modules.dnc.dto.DepartmentUser; |
| | | import org.jeecg.modules.dnc.ucenter.DepartmentUser; |
| | | import org.jeecg.modules.dnc.entity.DevicePermissionStream; |
| | | import org.jeecg.modules.dnc.entity.PermissionStream; |
| | | import org.jeecg.modules.dnc.exception.ExceptionCast; |
| | |
| | | import org.jeecg.modules.dnc.service.support.FindsDepartmentChildrenUtil; |
| | | import org.jeecg.modules.dnc.ucenter.Department; |
| | | import org.jeecg.modules.dnc.utils.ValidateUtil; |
| | | import org.jeecg.modules.system.entity.SysDepart; |
| | | import org.jeecg.modules.system.entity.SysUser; |
| | | import org.jeecg.modules.system.model.SysDepartTreeModel; |
| | | import org.jeecg.modules.system.service.ISysUserService; |
| | | import org.jeecg.modules.system.util.FindsDepartsChildrenUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |