Browse Source

Merge branch 'dev/v1.2.6_wh' of SocialPlatform/messageCenter into feature/v1.2.6

王浩 2 năm trước cách đây
mục cha
commit
eb48c45535
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      service/message_mail_box.go

+ 1 - 1
service/message_mail_box.go

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