Authored by mali

价格走势

@@ -27,7 +27,7 @@ public class PriceTrendDayService implements PriceTrendServiceInf{ @@ -27,7 +27,7 @@ public class PriceTrendDayService implements PriceTrendServiceInf{
27 int currentSecond = DateUtil.getTimeSecondOfDay(0); 27 int currentSecond = DateUtil.getTimeSecondOfDay(0);
28 int tomorrowSecond = DateUtil.getTimeSecondOfDay(1); 28 int tomorrowSecond = DateUtil.getTimeSecondOfDay(1);
29 29
30 - LOG.info("method priceTrendDayMapper.selectByProductId in, productId:{},sizeId:{},currentSecond:{},tomorrowSecond:{}", productId, sizeId, tomorrowSecond); 30 + LOG.info("method priceTrendDayMapper.selectByProductId in, productId:{},sizeId:{},currentSecond:{},tomorrowSecond:{}", productId, sizeId, currentSecond, tomorrowSecond);
31 31
32 return priceTrendDayMapper.selectByProductId(productId, sizeId, currentSecond, tomorrowSecond); 32 return priceTrendDayMapper.selectByProductId(productId, sizeId, currentSecond, tomorrowSecond);
33 } 33 }