From a499e5a737991461554805af6b72fba65a680776 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期五, 07 四月 2023 11:53:41 +0800 Subject: [PATCH] 更改环境 --- ycl-platform/src/main/resources/mapper/NewsColumnInformationDao.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/resources/mapper/NewsColumnInformationDao.xml b/ycl-platform/src/main/resources/mapper/NewsColumnInformationDao.xml index 900c2fa..caa706d 100644 --- a/ycl-platform/src/main/resources/mapper/NewsColumnInformationDao.xml +++ b/ycl-platform/src/main/resources/mapper/NewsColumnInformationDao.xml @@ -24,7 +24,8 @@ (#{entity.columnId}, #{entity.informationId}) </foreach> on duplicate key update - column_id = values(column_id) , information_id = values(information_id) </insert> + column_id = values(column_id) , information_id = values(information_id) + </insert> </mapper> -- Gitblit v1.8.0