cloudroam
2024-09-06 f27bfd01251ea5ff742f0ad175b88c0c16bd5c8c
src/main/java/com/mzl/flower/schedule/ScheduleService.java
@@ -66,7 +66,7 @@
    @Autowired
    private CouponRecordService couponRecordService;
    @Scheduled(cron = "1 0/20 * * * ?")
    @Scheduled(cron = "1 0/30 * * * ?")
    public void calculateAvePrice() {
        log.info("均价计算开始:" + DateFormatUtils.format(System.currentTimeMillis(), "yyyy-MM-dd HH:mm:ss"));
        List<FlowerCategory> cLs = categoryMapper.selectList(new QueryWrapper<FlowerCategory>()