kongdeqiang
2024-05-16 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/schedulings/HistoryOrder.java
@@ -32,6 +32,11 @@
    @Autowired
    private ICustomerService iCustomerService;
    /**
     * 每天21点31分执行
     * 将配送日期为今天的订单数据(t_order_task)存入历史订单数据表(t_order_task2)
     */
    @Scheduled(cron="0 31 21 * * ?")//每晚下午9点半点执行
    public void execute(){
        String day = getDay(0);