Cui Zhi Feng
2024-09-09 63098b4241504ec4fdb8c5d4fb7a308fa7dd1f77
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>()