feat-IRONFANS-212-Robin #734

Merged
chenhao merged 3 commits from feat-IRONFANS-212-Robin into test 2024-09-12 15:51:33 +08:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 047178782e - Show all commits

View File

@ -2046,10 +2046,6 @@ func (s *Service) ApiCreateContactCustomerService(ctx *gin.Context, req *contact
if err != nil {
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
}