From c435158ed1ff587939314e84347ee6e38e8f25ec Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期一, 21 十一月 2022 13:49:59 +0800
Subject: [PATCH] 接口调整及文件上传接口

---
 ycl-platform/src/main/resources/mapper/NewsChannelColumnDao.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/resources/mapper/NewsChannelColumnDao.xml b/ycl-platform/src/main/resources/mapper/NewsChannelColumnDao.xml
index 2fc4316..ec9b0f7 100644
--- a/ycl-platform/src/main/resources/mapper/NewsChannelColumnDao.xml
+++ b/ycl-platform/src/main/resources/mapper/NewsChannelColumnDao.xml
@@ -24,7 +24,8 @@
             (#{entity.channelId}, #{entity.columnId})
         </foreach>
         on duplicate key update
-         channel_id = values(channel_id) , column_id = values(column_id)     </insert>
+         channel_id = values(channel_id) , column_id = values(column_id)
+        </insert>
 
 </mapper>
 

--
Gitblit v1.8.0