From 2828de4554fadbce5c5a2f0ec30a26bdffc2c799 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Sun, 21 Jul 2024 22:11:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/SysLogMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/mapper/SysLogMapper.xml b/src/main/resources/mapper/SysLogMapper.xml index 1494e6ab..51f4fa6e 100644 --- a/src/main/resources/mapper/SysLogMapper.xml +++ b/src/main/resources/mapper/SysLogMapper.xml @@ -11,7 +11,6 @@ t1.module, t1.content, t1.request_uri, - t1.method, t1.ip, CONCAT(t1.province," ", t1.city) AS region, t1.execution_time,