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/ArdSyUserMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ard-work/src/main/resources/mapper/sy/ArdSyUserMapper.xml b/ard-work/src/main/resources/mapper/sy/ArdSyUserMapper.xml
index 249ef50..d33f4d4 100644
--- a/ard-work/src/main/resources/mapper/sy/ArdSyUserMapper.xml
+++ b/ard-work/src/main/resources/mapper/sy/ArdSyUserMapper.xml
@@ -132,4 +132,12 @@
         inner join ard_users au on aus.users_id = au.id
         where aus.users_id = #{usersId}
   </select>
+
+    <select id="userById" parameterType="String" resultMap="ArdSyUserResult">
+        <include refid="selectArdSyUserVo"/>
+        where sys_user_id = #{id}
+    </select>
+    <select id="selectSyUser" resultMap="ArdSyUserResult">
+        select distinct asu.user_id,asu.password from ard_sy_user asu
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3