wlzboy
5 天以前 06a17c236d4cb9b8da75fce43af938cb7ea510bf
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,