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