ard-work/src/main/resources/mapper/sy/ArdSyUserMapper.xml
@@ -124,4 +124,12 @@ select * from sys_user su where su.del_flag = '0' and su.user_id not in (select asu.sys_user_id from ard_sy_user asu) </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>