浏览代码

update

master
shenjiachi 1周前
父节点
当前提交
7067d28204
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/svc/im/svc_customer_service.go

+ 1
- 1
app/svc/im/svc_customer_service.go 查看文件

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


正在加载...
取消
保存