|
@@ -909,7 +909,7 @@ func (b *MessaggeService) SaveAutoReplyMsg(userType, entId, entUserId, userId in
|
|
|
customer_service_id = entUserId
|
|
|
userid = userId
|
|
|
entid = entId
|
|
|
- go UserSynchronousList(customer_service_id, userid, entid, message_id, nowFormat, userType)
|
|
|
+ go UserSynchronousList(customer_service_id, userid, entid, message_id, nowFormat, userType, 6)
|
|
|
}
|
|
|
return ok1, messageId
|
|
|
}
|