xuhy
2024-09-13 3d1cf55e874a5b79c74725af946bfe235c3b06fd
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -267,6 +267,7 @@
          <if test="status != null and status != ''">status,</if>
          <if test="createBy != null and createBy != ''">create_by,</if>
          <if test="remark != null and remark != ''">remark,</if>
          <if test="roleType != null and roleType != ''">roleType,</if>
          create_time
       )values(
          <if test="userId != null and userId != ''">#{userId},</if>
@@ -283,6 +284,7 @@
          <if test="status != null and status != ''">#{status},</if>
          <if test="createBy != null and createBy != ''">#{createBy},</if>
          <if test="remark != null and remark != ''">#{remark},</if>
          <if test="roleType != null and roleType != ''">#{roleType},</if>
          sysdate()
       )
   </insert>