生成门店商品备份表优化
This commit is contained in:
@@ -142,7 +142,7 @@ type StoreSkuBindHistory struct {
|
||||
|
||||
func (*StoreSkuBindHistory) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"StoreID", "SkuID", "DeletedAt"},
|
||||
[]string{"StoreID", "SkuID", "DeletedAt", "SnapshotAt"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user