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/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