shenjiachi 1 неделю назад
Родитель
Сommit
8486c66c71
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      app/svc/im/svc_customer_service.go

+ 1
- 1
app/svc/im/svc_customer_service.go Просмотреть файл

@@ -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


Загрузка…
Отмена
Сохранить