by Robin at 20240912
This commit is contained in:
parent
cdb1f9a24a
commit
047178782e
|
@ -2046,10 +2046,6 @@ func (s *Service) ApiCreateContactCustomerService(ctx *gin.Context, req *contact
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logger.Error("Redis Incr fail, req: %v, err: %v", util.ToJson(req), err)
|
logger.Error("Redis Incr fail, req: %v, err: %v", util.ToJson(req), err)
|
||||||
}
|
}
|
||||||
_, err = redis.GetRedisClient().Incr(consts.RedisContactCustomerServicePrefix + "sup_total_unread_count")
|
|
||||||
if err != nil {
|
|
||||||
logger.Error("Redis Incr fail, req: %v, err: %v", util.ToJson(req), err)
|
|
||||||
}
|
|
||||||
}()
|
}()
|
||||||
isAutoResponsed = consts.ContactCustomerService_AutoResponsed
|
isAutoResponsed = consts.ContactCustomerService_AutoResponsed
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue