...
|
...
|
@@ -143,7 +143,7 @@ module.exports = async() => { |
|
|
lockTask(id).then(async result => {
|
|
|
if (result) {
|
|
|
|
|
|
logger.info(`[price-task]time:${now}; productId:${id}; soldNum:${result.soldNum};`);
|
|
|
logger.info(`[price-task] time:${now}; productId:${id}; soldNum:${result.soldNum};`);
|
|
|
|
|
|
const find = await DuDataModel.findOne({productId: id});
|
|
|
|
...
|
...
|
|