From 255a6945b07130b047d971eaae36bd875ac614ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 14 Jan 2020 15:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E8=AE=B0=E5=BD=95=E8=A1=A8?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/event.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/event.go b/business/model/event.go index cb0c930b1..647203e32 100644 --- a/business/model/event.go +++ b/business/model/event.go @@ -39,6 +39,6 @@ func (v *OperateEventDetail) TableIndex() [][]string { func (*OperateEventDetail) TableUnique() [][]string { return [][]string{ - []string{"ThingID", "StoreID"}, + []string{"ThingID", "StoreID", "AccessUUID"}, } }