From ebd350fdcd24a78121770283d4de142f7479c2bd Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 27 五月 2025 17:57:59 +0800
Subject: [PATCH] #ZH
---
src/main/resources/mapper/ApiConfigMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/ApiConfigMapper.xml b/src/main/resources/mapper/ApiConfigMapper.xml
index d6d9747..a6c4c1f 100644
--- a/src/main/resources/mapper/ApiConfigMapper.xml
+++ b/src/main/resources/mapper/ApiConfigMapper.xml
@@ -17,10 +17,10 @@
<sql id="batchSeq">
<if test="id != null and id != 0">
- and a.ID = #{id}
+ and ID = #{id}
</if>
<if test="url != null and url != ''">
- and a.URL = #{url}
+ and URL = #{url}
</if>
</sql>
--
Gitblit v1.9.1