From 3c03da238c073db764b587264c50ea8cb78e7cf9 Mon Sep 17 00:00:00 2001 From: lijw Date: Sat, 15 Mar 2025 14:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E6=8F=92=E5=85=A5sy?= =?UTF-8?q?slog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/inspect/job/service/SysJobLogServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspect-job/src/main/java/com/inspect/job/service/SysJobLogServiceImpl.java b/inspect-job/src/main/java/com/inspect/job/service/SysJobLogServiceImpl.java index 653b6b1..762f59e 100644 --- a/inspect-job/src/main/java/com/inspect/job/service/SysJobLogServiceImpl.java +++ b/inspect-job/src/main/java/com/inspect/job/service/SysJobLogServiceImpl.java @@ -26,7 +26,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService { } public void addJobLog(SysJobLog jobLog) { - this.jobLogMapper.insertJobLog(jobLog); +// this.jobLogMapper.insertJobLog(jobLog); } public int deleteJobLogByIds(Long[] logIds) {