shenjiachi 1 settimana fa
parent
commit
7067d28204
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/svc/im/svc_customer_service.go

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

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


Caricamento…
Annulla
Salva