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

@@ -605,7 +605,7 @@ func UserSynchronousList(customerServiceId, userId, entId, messageId int64, crea
 			} else {
 				customer_service_access = quitl.IntAll((*data)[0]["customer_service_access"])
 			}
-			log.Println(customer_service_access, "customer_service_access打印", (*data)[0]["customer_service_access"], customerServiceId, quitl.IntAll((*data)["customer_service_access"]) == 0 && customerServiceId > 0)
+			log.Println(customer_service_access, "customer_service_access打印", (*data)[0]["customer_service_access"], customerServiceId, quitl.IntAll((*data)[0]["customer_service_access"]) == 0 && customerServiceId > 0)
 			//更新汇总表
 			ok := int64(0)
 			if sendUserType == 1 {