This commit is contained in:
邹宗楠
2024-04-03 16:39:33 +08:00
parent 62827f0826
commit 09cb41ce78
4 changed files with 62 additions and 48 deletions

View File

@@ -6685,6 +6685,6 @@ func BatchSetRestockingPrice(ctx *jxcontext.Context, preData map[string][]mtwmap
}
// BatchSetMTBoxPrice 批量修改美团包装费为0
func BatchSetMTBoxPrice(ctx *jxcontext.Context, skuList []*mtwm.SetBoxPrice) error {
return mtwm.UpdateBoxPrice(ctx, dao.GetDB(), skuList)
func BatchSetMTBoxPrice(ctx *jxcontext.Context, storeList []int) error {
return mtwm.UpdateBoxPrice(ctx, dao.GetDB(), storeList)
}