Browse Source

update

master
shenjiachi 1 week ago
parent
commit
8486c66c71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/im/svc_customer_service.go

+ 1
- 1
app/svc/im/svc_customer_service.go View File

@@ -114,7 +114,7 @@ func UpdateCustomerServiceMemo(req md.UpdateCustomerServiceMemoReq) (err error)
if err != nil {
return
}
if has {
if !has {
return errors.New("未查询到对应记录!")
}
customerService.Memo = req.Memo


Loading…
Cancel
Save