wlzboy
9 小时以前 5f2ee03958a1a16dc27195c76ea7cffb422c95d1
ruoyi-system/src/main/resources/mapper/system/UserSyncMapper.xml
@@ -6,6 +6,7 @@
    <resultMap type="UserSyncDTO" id="UserSyncResult">
        <result property="oaUserId" column="OA_UserID" />
        <result property="oaWeixinUserId" column="OA_weixinUserID" />
        <result property="userName" column="user_name" />
        <result property="nickName" column="nick_name" />
        <result property="departmentId" column="department_id" />
@@ -21,6 +22,7 @@
        <![CDATA[
        SELECT
            OA_User_ID AS OA_UserID,
            OA_weixinUserID AS OA_weixinUserID,
            OA_User AS user_name,
            OA_Name AS nick_name,
            OA_departmentID AS department_id,