fix: 回收站文章无法还原

This commit is contained in:
xiaozzzi 2024-04-17 15:15:18 +08:00
parent 2233c2d8bd
commit 7d706fe969

View File

@ -61,7 +61,8 @@
'',
cre_time,
now(),
user_id
user_id,
now()
from blossom_article_recycle
where id = #{id})
</insert>