|
@@ -1,29 +1,22 @@
|
|
|
|
|
|
package com.redxun.knowledge.service;
|
|
package com.redxun.knowledge.service;
|
|
|
|
|
|
-import cn.hutool.core.bean.BeanUtil;
|
|
|
|
-import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
import com.redxun.common.base.db.BaseDao;
|
|
import com.redxun.common.base.db.BaseDao;
|
|
import com.redxun.common.base.db.BaseService;
|
|
import com.redxun.common.base.db.BaseService;
|
|
import com.redxun.common.base.db.PageHelper;
|
|
import com.redxun.common.base.db.PageHelper;
|
|
import com.redxun.common.base.search.QueryFilter;
|
|
import com.redxun.common.base.search.QueryFilter;
|
|
-import com.redxun.common.tool.IdGenerator;
|
|
|
|
import com.redxun.common.service.impl.SuperServiceImpl;
|
|
import com.redxun.common.service.impl.SuperServiceImpl;
|
|
-import com.redxun.knowledge.entity.dao.Knowledge;
|
|
|
|
import com.redxun.knowledge.entity.dao.KnowledgeApprove;
|
|
import com.redxun.knowledge.entity.dao.KnowledgeApprove;
|
|
-import com.redxun.knowledge.entity.vo.BannerAdminVo;
|
|
|
|
import com.redxun.knowledge.entity.vo.KnowledgeApprovalListVo;
|
|
import com.redxun.knowledge.entity.vo.KnowledgeApprovalListVo;
|
|
import com.redxun.knowledge.entity.vo.KnowledgeCategoryAdminVo;
|
|
import com.redxun.knowledge.entity.vo.KnowledgeCategoryAdminVo;
|
|
import com.redxun.knowledge.mapper.KnowledgeApproveMapper;
|
|
import com.redxun.knowledge.mapper.KnowledgeApproveMapper;
|
|
-import javafx.scene.layout.BackgroundRepeat;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
-import org.springframework.util.StringUtils;
|
|
|
|
|
|
|
|
|
|
+import javax.annotation.Resource;
|
|
import java.util.*;
|
|
import java.util.*;
|
|
import java.util.stream.Collectors;
|
|
import java.util.stream.Collectors;
|
|
-import javax.annotation.Resource;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* [业务--知识审批表]业务服务类
|
|
* [业务--知识审批表]业务服务类
|