This commit is contained in:
richboo111
2022-11-17 09:05:36 +08:00
parent 4e3455d6aa
commit afa455dbe2
2 changed files with 0 additions and 9 deletions

View File

@@ -197,7 +197,6 @@ func (p *PurchaseHandler) DeleteStoreCategory(ctx *jxcontext.Context, storeID in
//批量更新商品进货价
func BatchSetRestockingPrice(ctx *jxcontext.Context, storeID int, vendorStoreID string, param []*mtwmapi.SpuData) error {
globals.SugarLogger.Debugf("打印getStoreVendorOrgCode(storeID)==============%s", getStoreVendorOrgCode(storeID))
if err := getAPI(getStoreVendorOrgCode(storeID), storeID, "").BatchSetRestockingPrice(ctx.GetTrackInfo(), vendorStoreID, param); err != nil {
return err
}