|
@@ -604,7 +604,7 @@ func UserSynchronousList(customerServiceId, userId, entId, messageId int64, crea
|
|
} else {
|
|
} else {
|
|
customer_service_access = quitl.IntAll((*data)[0]["customer_service_access"])
|
|
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)
|
|
ok := int64(0)
|
|
if sendUserType == 1 {
|
|
if sendUserType == 1 {
|