This commit is contained in:
richboo111
2022-11-16 16:54:29 +08:00
parent 7419670ad9
commit 806ced4032

View File

@@ -197,6 +197,7 @@ 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
}