xuhy
2025-01-14 f6b20962bb0453683e9366a3f87b7ec9bfaed03c
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>