...
|
...
|
@@ -371,7 +371,8 @@ exports.getSaleDiscountData = (params, channel) => { |
|
|
limit: '1',
|
|
|
productPool: result[1].data[0].product_pool
|
|
|
}),
|
|
|
saleApi.getSaleGoodsList(Object.assign(_.update(params, 'channel', null), {
|
|
|
saleApi.getSaleGoodsList(Object.assign({}, params, {
|
|
|
channel: null,
|
|
|
productPool: result[1].data[0].product_pool
|
|
|
}))
|
|
|
]).then(subResult => {
|
...
|
...
|
|