自动化立体仓库 - WMS系统
#
lty
17 小时以前 8c2dbd922448b88b1c28b5e87c26a31b882c28ac
src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -29,7 +29,7 @@
    @Autowired
    private ApiLogService apiLogService;
    @Scheduled(cron = "0 0 1 * * ? ")
//    @Scheduled(cron = "0 0 1 * * ? ")
    public void clearApiLog(){
        try {
            apiLogService.clearWeekBefore();