京东商城库存同步测试

This commit is contained in:
苏尹岚
2020-05-15 10:47:34 +08:00
parent 2ac98c6fba
commit 756e8d30b4
3 changed files with 1 additions and 4 deletions

View File

@@ -114,7 +114,6 @@ func (p *PurchaseHandler) GetStoreSkusFullInfo(ctx *jxcontext.Context, parentTas
func (p *PurchaseHandler) UpdateStoreSkusStatus(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, storeSkuList []*partner.StoreSkuInfo, status int) (failedList []*partner.StoreSkuInfoWithErr, err error) {
if globals.EnableJdShopWrite {
fmt.Println("test111111111111111111111111111111111")
var stock = 0
for _, v := range storeSkuList {
if status == model.SkuStatusNormal {