Browse Source

update

master
shenjiachi 1 week ago
parent
commit
7067d28204
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

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


Loading…
Cancel
Save