From c511bd724b1a34411b8e28116bbc5baf9353a03d Mon Sep 17 00:00:00 2001
From: zhangnaisong <2434969829@qq.com>
Date: 星期六, 22 七月 2023 09:56:40 +0800
Subject: [PATCH] 三一车辆sdk引入提交
---
ard-work/src/main/resources/mapper/sy/SysParaMapper.xml | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/ard-work/src/main/resources/mapper/sy/SysParaMapper.xml b/ard-work/src/main/resources/mapper/sy/SysParaMapper.xml
index 4c7618b..3da8fbb 100644
--- a/ard-work/src/main/resources/mapper/sy/SysParaMapper.xml
+++ b/ard-work/src/main/resources/mapper/sy/SysParaMapper.xml
@@ -39,19 +39,11 @@
<sql id="Base_Column_List" >
sys_id, sys_name, sys_type, sys_content
</sql>
- <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.ruoyi.sy.domain.SysParaExample" >
+ <select id="selectByExample" parameterType="String" resultMap="BaseResultMap">
select
- <if test="distinct" >
- distinct
- </if>
<include refid="Base_Column_List" />
from sys_para
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null" >
- order by ${orderByClause}
- </if>
+ where sys_type = #{sys_type}
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3