畅销品查询

This commit is contained in:
苏尹岚
2020-01-06 16:37:36 +08:00
parent 54ad61d578
commit e0991f8609
3 changed files with 10 additions and 18 deletions

View File

@@ -475,7 +475,7 @@ type PriceReferSnapshot struct {
func (*PriceReferSnapshot) TableUnique() [][]string {
return [][]string{
[]string{"CityCode", "SkuID", "SnapshotAt"},
[]string{"CityCode", "NameID", "SkuID", "SnapshotAt"},
}
}