- weimob del sku name to del_

This commit is contained in:
gazebo
2019-03-21 16:01:10 +08:00
parent 2efd125a9b
commit 5c8106a70b

View File

@@ -293,7 +293,7 @@ func (p *PurchaseHandler) DeleteRemoteStoreSkus(ctx *jxcontext.Context, parentTa
}
func composeFakeDelName(name string) string {
return name + "_del"
return "del_" + name
}
// func SplitGoodsAndSkuIDFromJXVendorSkuID(vendorSkuID string) (goodsID, skuID int64) {