Explorar el Código

update

master
shenjiachi hace 1 semana
padre
commit
7067d28204
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/svc/im/svc_customer_service.go

+ 1
- 1
app/svc/im/svc_customer_service.go Ver fichero

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


Cargando…
Cancelar
Guardar