chenrui
2025-05-27 beeba1259f983a5f92e6b8137d2fb05389f184b4
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>