无关风月
2025-01-14 307c8e5628e4c822db4d2a465cc65ede0b54cfc4
ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysUserMapper.xml
@@ -207,6 +207,7 @@
          <if test="roleType != null and roleType != ''">role_type,</if>
          <if test="remark != null and remark != ''">remark,</if>
          <if test="objectId != null and objectId != ''">objectId,</if>
          <if test="appUserId != null and appUserId != ''">app_user_id,</if>
          create_time
       )values(
          <if test="userId != null and userId != ''">#{userId},</if>
@@ -223,6 +224,7 @@
          <if test="roleType != null and roleType != ''">#{roleType},</if>
          <if test="remark != null and remark != ''">#{remark},</if>
          <if test="objectId != null and objectId != ''">#{objectId},</if>
          <if test="appUserId != null and appUserId != ''">#{appUserId},</if>
          sysdate()
       )
   </insert>