Showing
1 changed file
with
1 additions
and
1 deletions
@@ -73,7 +73,7 @@ module.exports = async(time) => { | @@ -73,7 +73,7 @@ module.exports = async(time) => { | ||
73 | report({ | 73 | report({ |
74 | productId: yhProduct.yhId, | 74 | productId: yhProduct.yhId, |
75 | sizeId: find.sizeId, | 75 | sizeId: find.sizeId, |
76 | - price: (s.item.price / 100) + 10, | 76 | + price: s.item.price / 100, |
77 | time | 77 | time |
78 | }).then(() => { | 78 | }).then(() => { |
79 | const reportTime = timestamp + process.hrtime(hrtime)[1]; | 79 | const reportTime = timestamp + process.hrtime(hrtime)[1]; |
-
Please register or login to post a comment