소스 검색

方法缺失修改

WH01243 2 년 전
부모
커밋
fe439b9d19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {