add content

This commit is contained in:
liuyi 2025-05-20 09:31:51 +08:00
parent db5802d8e6
commit 0b98e1c899

View File

@ -84,7 +84,7 @@ export class PostService {
case PostOrder.PUBLISHED:
return qb.orderBy('post.publishedAt', 'DESC');
case PostOrder.CUSTOM:
return qb.orderBy('post.custom', 'DESC');
return qb.orderBy('post.customOrder', 'DESC');
default:
return qb
.orderBy('post.createdAt', 'DESC')