Browse Source

方法缺失修改

WH01243 2 years ago
parent
commit
fe439b9d19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/message_mail_box.go

+ 1 - 1
service/message_mail_box.go

@@ -604,7 +604,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 {