fix
wangpengfei
2023-07-20 8f1672bf14ce3ead7998a8259c0cab22405aa958
api/v1/serviceFollowup.go
@@ -87,6 +87,8 @@
      return
   }
   serviceFollowup.Id = params.Id
   errCode = serviceFollowupService.UpdateServiceFollowup(&serviceFollowup)
   if errCode != ecode.OK {
      ctx.Fail(errCode)