Authored by yyq

change log for deploy

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