From 8f1672bf14ce3ead7998a8259c0cab22405aa958 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 20 七月 2023 16:28:40 +0800
Subject: [PATCH] fix

---
 api/v1/serviceFollowup.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/api/v1/serviceFollowup.go b/api/v1/serviceFollowup.go
index 0a74b42..d39f3b5 100644
--- a/api/v1/serviceFollowup.go
+++ b/api/v1/serviceFollowup.go
@@ -87,6 +87,8 @@
 		return
 	}
 
+	serviceFollowup.Id = params.Id
+
 	errCode = serviceFollowupService.UpdateServiceFollowup(&serviceFollowup)
 	if errCode != ecode.OK {
 		ctx.Fail(errCode)

--
Gitblit v1.8.0