临时回退到用分类名操作美团分类

This commit is contained in:
gazebo
2019-10-17 17:23:12 +08:00
parent 36c6888f02
commit 8112e24bcb

View File

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