瀏覽代碼

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


Loading…
取消
儲存