...
|
...
|
@@ -73,7 +73,7 @@ module.exports = async(time) => { |
|
|
report({
|
|
|
productId: yhProduct.yhId,
|
|
|
sizeId: find.sizeId,
|
|
|
price: (s.item.price / 100) + 10,
|
|
|
price: s.item.price / 100,
|
|
|
time
|
|
|
}).then(() => {
|
|
|
const reportTime = timestamp + process.hrtime(hrtime)[1];
|
...
|
...
|
|