From c60d971f9bf50e364cc50f0699249217ef9bbb6b Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 15 八月 2023 20:07:46 +0800
Subject: [PATCH] fix

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

diff --git a/api/v1/client.go b/api/v1/client.go
index c4da6b7..b439fc6 100644
--- a/api/v1/client.go
+++ b/api/v1/client.go
@@ -166,7 +166,7 @@
 
 	client.Id = params.Id
 
-	errCode = clientService.UpdateClient(client)
+	errCode = clientService.UpdateClient(client, params.ContactId)
 	if errCode != ecode.OK {
 		ctx.Fail(errCode)
 		return

--
Gitblit v1.8.0