chenrui
6 天以前 d1903c17568e1c373ca37a8baddbefbc330d12bf
src/main/resources/mapper/system/SysUserMapper.xml
@@ -157,6 +157,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="tenantId != null ">tenant_id,</if>
          create_time
       )values(
          <if test="userId != null and userId != ''">#{userId},</if>
@@ -171,6 +172,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="tenantId != null ">#{tenantId},</if>
          sysdate()
       )
   </insert>