- fix GenFakeID

This commit is contained in:
gazebo
2018-10-25 15:58:23 +08:00
parent 3af1e0a2ac
commit 135938cfa9
2 changed files with 3 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ func (p *MultiStoreHandlerWrapper) UpdateCategory(db *dao.DaoDB, cat *model.SkuC
}
func (p *MultiStoreHandlerWrapper) DeleteSku(db *dao.DaoDB, sku *model.Sku, userName string) (err error) {
globals.SugarLogger.Debugf("wrapper DeleteSku, sku:%s", utils.Format4Output(sku, false))
if jxutils.IsFakeID(sku.JdID) {
return nil
}