mitao
2024-09-07 2862c3e4da3adbb4bea43151514f0c43b86476d6
xinquan-modules/xinquan-system/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="userType != null and userType != ''">user_type,</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="userType != null and userType != ''">#{user_type},</if>
          sysdate()
       )
   </insert>