- weimob del sku name to del_
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user