xuhy
2025-06-02 a069a12647ab551281091efb0f066163d1c8c156
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -309,13 +309,13 @@
          <if test="remark != null and remark != ''">remark,</if>
          <if test="ifBlack != null">ifBlack,</if>
          <if test="districtId != null">districtId,</if>
          <if test="roleType != null">role_type,</if>
          create_time
       )values(
          <if test="userId != null and userId != ''">#{userId},</if>
          <if test="deptId != null and deptId != ''">#{deptId},</if>
          <if test="userName != null and userName != ''">#{userName},</if>
      <if test="deptName != null and deptName != ''">#{deptName},</if>
      <if test="nickName != null and nickName != ''">#{nickName},</if>
          <if test="email != null and email != ''">#{email},</if>
          <if test="avatar != null and avatar != ''">#{avatar},</if>
@@ -327,7 +327,7 @@
          <if test="remark != null and remark != ''">#{remark},</if>
         <if test="ifBlack != null">#{ifBlack},</if>
         <if test="districtId != null">#{districtId},</if>
         <if test="businessDeptId != null">#{businessDeptId},</if>
         <if test="roleType != null">#{roleType},</if>
          sysdate()
       )
   </insert>