自动化立体仓库 - WMS系统
#
lty
4 天以前 63060fe958253e788c7d7ded2122c9a08f0e2b2c
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();