From 386e7a29807f2ff47e658b2a292a2158b16c458a Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 10 Dec 2019 16:52:23 +0800 Subject: [PATCH] comment --- business/model/sku.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/business/model/sku.go b/business/model/sku.go index cefa39186..110b043b4 100644 --- a/business/model/sku.go +++ b/business/model/sku.go @@ -223,12 +223,6 @@ type SkuAndName struct { IsSpu int } -// func (*Sku) TableUnique() [][]string { -// return [][]string{ -// []string{"JdID", "DeletedAt"}, -// } -// } - func (*Sku) TableUnique() [][]string { return [][]string{ []string{"NameID", "SpecQuality", "SpecUnit", "DeletedAt"},