生成门店商品备份表优化

This commit is contained in:
苏尹岚
2020-03-06 17:54:11 +08:00
parent 337ea5ce69
commit 9b42d683bd
3 changed files with 13 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ type StoreSkuBindHistory struct {
func (*StoreSkuBindHistory) TableUnique() [][]string {
return [][]string{
[]string{"StoreID", "SkuID", "DeletedAt"},
[]string{"StoreID", "SkuID", "DeletedAt", "SnapshotAt"},
}
}