From 2f2d0a73bf8bf138a7e0e3b31548f8554f64bcb7 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 23 Aug 2022 11:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=B2=E7=AA=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- api/version1/honoraryArchives/honors.go | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1996066..b6b57da 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ md5(md5(md5(CodeString)+md5(AppKey))+AppKey) ``` -<<<<<<< HEAD -======= + ## 开发日志 @@ -155,4 +154,4 @@ F:\goobject\src\key_performance_indicators\api\version1\departmentseting\departm 预留判断该指标是否在使用中 ``` ->>>>>>> v1_dev + diff --git a/api/version1/honoraryArchives/honors.go b/api/version1/honoraryArchives/honors.go index 71584c9..aefa73a 100644 --- a/api/version1/honoraryArchives/honors.go +++ b/api/version1/honoraryArchives/honors.go @@ -108,11 +108,9 @@ func (a *ApiMethod) AddHonorCont(c *gin.Context) { honorCont.Time = time.Now().Unix() //创建时间"` honorCont.State = 1 //状态(1:启用;2:禁用;3:删除)"` if len(requestData.ImgUrl) > 0 { -<<<<<<< HEAD - var imgList []models.PhotosGallery //图片档案 -======= + var imgList []modelshonory.PhotosGallery ->>>>>>> v1_dev + for _, v := range requestData.ImgUrl { var imgCont modelshonory.PhotosGallery imgCont.Url = v.Url //图片地址"`