Authored by 陈峰

commit

... ... @@ -106,7 +106,7 @@ const task = async({product, now}) => {
if (sizeRelation[size]) {
const price = calcPrice(skusGroups[size]);
logger.info(`[price-day-task] skusGroups: ${JSON.stringify(skusGroups[size])}, price: ${price}`);
logger.info(`[price-day-task] skusGroups: ${product.productId}, ${size} ${JSON.stringify(skusGroups[size])}, price: ${price}`);
if (price > 0) {
return {
... ...