|
|
|
@ -104,7 +104,7 @@ public class AppletApiIndexServiceImpl implements AppletApiIndexService { |
|
|
|
.lambdaQuery() |
|
|
|
.orderByDesc(AppletArticle::getSort, AppletArticle::getCreateTime) |
|
|
|
.eq(AppletArticle::getStatus, "Y") |
|
|
|
.select(AppletArticle::getTitle, AppletArticle::getId) |
|
|
|
.select(AppletArticle::getTitle, AppletArticle::getId, AppletArticle::getCreateTime) |
|
|
|
.list(); |
|
|
|
} |
|
|
|
|
|
|
|
|