This commit is contained in:
richboo111
2023-09-05 11:29:14 +08:00
parent 78f1b2e37a
commit 6ca2fcbda0
2 changed files with 0 additions and 3 deletions

View File

@@ -4742,7 +4742,6 @@ func UpdateVendorStoreBussinessStatus(ctx *jxcontext.Context, storeID, vendorID,
)
storeDetail, err := dao.GetStoreDetail(db, storeID, vendorID, "")
if err != nil {
globals.SugarLogger.Debugf("UpdateVendorStoreBussinessStatus err11111=%v", err)
return err
}
handler := partner.GetPurchasePlatformFromVendorID(vendorID)
@@ -4753,7 +4752,6 @@ func UpdateVendorStoreBussinessStatus(ctx *jxcontext.Context, storeID, vendorID,
dao.UpdateEntity(db, storeMaps[0], "IsOnline")
}
}
globals.SugarLogger.Debugf("UpdateVendorStoreBussinessStatus err22222=%v", err)
return err
}

View File

@@ -482,6 +482,5 @@ func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOr
} else {
err = getAPI(vendorOrgCode, storeID, vendorStoreID).PoiOffline(vendorStoreID)
}
globals.SugarLogger.Debugf("UpdateStoreLineStatus err3333=%v", err)
return err
}