From 56d577a65e5038c0f8203060139cbb5c326df7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 10 Apr 2020 17:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E5=95=86=E5=93=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/store.go b/business/model/store.go index 22dce3232..a6020cca4 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -505,7 +505,7 @@ func (*PriceReferSnapshot) TableUnique() [][]string { func (*PriceReferSnapshot) TableIndex() [][]string { return [][]string{ - []string{"SkuID"}, + []string{"CityCode", "SnapshotAt", "SkuID"}, } }