1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user