From 96ba29a9a2ffd6aec4a0e68c3e040457f49beabc Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Thu, 3 Apr 2025 15:31:39 +0800 Subject: [PATCH] =?UTF-8?q?TASK:=E6=A8=A1=E5=9D=97=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/primary/UserLikeGroupMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/primary/UserLikeGroupMapper.xml b/src/main/resources/mapper/primary/UserLikeGroupMapper.xml index ba483f8b..ed91e883 100644 --- a/src/main/resources/mapper/primary/UserLikeGroupMapper.xml +++ b/src/main/resources/mapper/primary/UserLikeGroupMapper.xml @@ -14,13 +14,15 @@ insert into t_user_like_group - (account_id,collection_id,`name`,create_date,update_date) + (account_id,collection_id,`name`,create_date,update_date, original, project_id) values( #{accountId}, #{collectionId}, #{name}, #{createDate}, - #{updateDate}); + #{updateDate}, + #{original}, + #{projectId});