This commit is contained in:
2025-12-12 11:02:38 +08:00
parent 0d9008cf75
commit e2b81dbe21
2 changed files with 3 additions and 2 deletions

View File

@@ -209,7 +209,7 @@
id, resource_id, title, content, summary, cover_image, tag_id, author, source, is_audited, publish_time,
status, source_url, creator, create_time
) VALUES (
#{id}, #{resourceID}, #{title}, #{content}, #{summary}, #{coverImage}, #{tagID}, #{author}, #{source}, #{isAudited}, #{publishTime}
#{id}, #{resourceID}, #{title}, #{content}, #{summary}, #{coverImage}, #{tagID}, #{author}, #{source}, #{isAudited}, #{publishTime},
#{status}, #{sourceUrl}, #{creator}, #{createTime}
)
</insert>

View File

@@ -45,6 +45,7 @@
</el-table>
<el-pagination
class="pagination-container"
v-model:current-page="pageParam.pageNumber"
v-model:page-size="pageParam.pageSize"
:total="total"