根据excel创建标品图片格式优化

This commit is contained in:
苏尹岚
2020-04-10 11:08:40 +08:00
parent 7680508cab
commit a663fafe63
2 changed files with 6 additions and 2 deletions

View File

@@ -499,14 +499,13 @@ type PriceReferSnapshot struct {
func (*PriceReferSnapshot) TableUnique() [][]string {
return [][]string{
[]string{"CityCode", "SkuID", "SnapshotAt"},
[]string{"CityCode", "NameID", "SkuID", "SnapshotAt"},
}
}
func (*PriceReferSnapshot) TableIndex() [][]string {
return [][]string{
[]string{"SnapshotAt"},
[]string{"SkuID"},
}
}