From f48c38125956578611832f6017b0cb2ffdbe3725 Mon Sep 17 00:00:00 2001
From: 吴健 <14790700720@163.com>
Date: 星期二, 15 四月 2025 09:00:32 +0800
Subject: [PATCH] add

---
 billion-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/billion-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml b/billion-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
index 25336d6..ae31ec7 100644
--- a/billion-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
+++ b/billion-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
@@ -87,7 +87,7 @@
  			<if test="jobMessage != null and jobMessage != ''">#{jobMessage},</if>
  			<if test="status != null and status != ''">#{status},</if>
  			<if test="exceptionInfo != null and exceptionInfo != ''">#{exceptionInfo},</if>
- 			sysdate()
+		GETDATE()
  		)
 	</insert>
 

--
Gitblit v1.9.3