美团外卖分类,京西保存code

This commit is contained in:
gazebo
2019-10-22 15:42:23 +08:00
parent e83bbc8c5e
commit 1bbcb3195a

View File

@@ -152,8 +152,8 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in
} }
} }
if err == nil { if err == nil {
storeCat.VendorCatID = utils.FilterEmoji(storeCat.Name) // storeCat.VendorCatID = utils.FilterEmoji(storeCat.Name)
// storeCat.VendorCatID = utils.Int2Str(storeCat.ID) storeCat.VendorCatID = utils.Int2Str(storeCat.ID)
} }
return err return err
} }