艾金辉
2023-07-22 08a691792cd4165d9943cc17c150eeedd799ab25
ard-work/src/main/resources/mapper/sy/ArdSyUserMapper.xml
@@ -132,4 +132,9 @@
        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>
</mapper>