提交 1b50d2c3 authored 作者: 任建彩's avatar 任建彩

feat:系列

1.resource
上级 115a9009
......@@ -411,7 +411,7 @@ public class RecommendResourceServiceImpl extends ServiceImpl<RecommendResourceM
sql.append(" AND id NOT IN {1} ");
}
if(StringUtils.isNotBlank(bookid) && bookid=="1"){
sql.append(" type = 1 ");
sql.append(" AND type = 1 ");
}
sql.append(" ORDER BY createdTime DESC LIMIT 0, {2};");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论