From c98f5eee8777711610dfeaf85ad4b7a92d476e6a Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 07 五月 2025 18:53:01 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- server/visits/admin_timer/src/main/java/com/doumee/api/InterfaceLogTimerController.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/server/visits/admin_timer/src/main/java/com/doumee/api/InterfaceLogTimerController.java b/server/visits/admin_timer/src/main/java/com/doumee/api/InterfaceLogTimerController.java index 31b64e6..da6bc90 100644 --- a/server/visits/admin_timer/src/main/java/com/doumee/api/InterfaceLogTimerController.java +++ b/server/visits/admin_timer/src/main/java/com/doumee/api/InterfaceLogTimerController.java @@ -1,5 +1,7 @@ package com.doumee.api; +import com.doumee.dao.business.model.WmsInterfaceLog; +import com.doumee.service.business.WmsInterfaceLogService; import com.doumee.service.business.third.model.ApiResponse; import com.doumee.service.business.InterfaceLogService; import com.doumee.service.business.PlatformInterfaceLogService; @@ -22,11 +24,14 @@ @Autowired private InterfaceLogService interfaceLogService; @Autowired + private WmsInterfaceLogService wmsInterfaceLogService; + @Autowired private PlatformInterfaceLogService platformInterfaceLogService; @ApiOperation("寮�鍚畾鏃舵帴鍙f棩蹇楁竻鐞�") @GetMapping("/clearThreeMonthLog") public ApiResponse clearThreeMonthLog() { interfaceLogService.clearThreeMonthLog(); + wmsInterfaceLogService.clearThreeMonthLog(); platformInterfaceLogService.clearThreeMonthLog(); return ApiResponse.success("寮�鍚畾鏃舵帴鍙f棩蹇楁竻鐞嗘垚鍔�"); } -- Gitblit v1.9.3