提交 dd1c2add authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 3c855bcb
......@@ -56,13 +56,9 @@ import com.zrqx.core.vo.resource.fg.ResultPage;
import com.zrqx.resource.bg.service.ResourceRelationService;
import com.zrqx.resource.bg.service.annexlibrary.AnnexLibraryDiyTypeService;
import com.zrqx.resource.bg.service.annexlibrary.AnnexLibraryService;
import com.zrqx.resource.bg.service.ebook.EBookImageService;
import com.zrqx.resource.bg.service.ebook.EbookDiyTypeService;
import com.zrqx.resource.bg.service.ebook.EbookService;
import com.zrqx.resource.bg.service.pdffilelibrary.PdfLibraryService;
import com.zrqx.resource.bg.service.projectlibrary.ProjectLibraryService;
import com.zrqx.resource.bg.service.recommend.RecommendResourceService;
import com.zrqx.resource.bg.service.recommend.RecommendService;
import com.zrqx.resource.commons.solr.SolrAdapter;
import io.swagger.annotations.Api;
......@@ -78,22 +74,14 @@ public class ResourceLibraryController {
private static final Logger log = Logger.getLogger(ResourceLibraryController.class);
@Autowired
private PdfLibraryService pdfLibraryService;
@Autowired
private AnnexLibraryService annexLibraryService;
@Autowired
private ProjectLibraryService projectLibraryService;
@Autowired
private EBookImageService bookservice;
@Autowired
private EbookService ebookservice;
@Autowired
private EbookDiyTypeService ebookDiyTypeService;
@Autowired
private AnnexLibraryDiyTypeService annexDiyTypeService;
@Autowired
private RecommendService recommendService;
@Autowired
private RecommendResourceService recommendResourceService;
@Autowired
private ResourceRelationService resourceRelationService;
......
......@@ -34,7 +34,7 @@ public interface ArticleLibraryMapper extends BaseMapper<ArticleLibrary> {
+ " and ad.code like concat('%', #{form.diyTypeCode},'%'))"
+ "</if>"
+ "<if test = '" + NOTBLANK + "(form.name)'>"
+ " and ( a.name like concat('%',#{form.name},'%')) or a.source like concat('%',#{form.name},'%') or a.author like concat('%',#{form.name},'%')) "
+ " and ( a.name like concat('%',#{form.name},'%') or a.source like concat('%',#{form.name},'%') or a.author like concat('%',#{form.name},'%')) "
+ "</if>"
+ " <if test = '" + NOTBLANK + "(form.beginTime)'> "
+ " and a.uploadTime &gt;= concat(#{form.beginTime}, ' 00:00:00' ) "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论