sinake
8 天以前 d1414aa69c5c7a2485af64e19e0086c2312083b0
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -168,7 +168,7 @@
    </select>
    <select id="selectUserByDingUserId" parameterType="String" resultMap="SysUserResult">
        <include refid="selectUserVo"/>
        where u.ding_user_id = #{dingUserId}
        where u.phonenumber = #{mobile}
    </select>
    <select id="selectUserByOpenID" parameterType="String" resultMap="SysUserResult">