Pu Zhibing
9 天以前 98b09eae533537dc9a5277aa6374bd7d35cfe5c4
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -191,6 +191,7 @@
          <if test="roleType != null and roleType != ''">roleType,</if>
          <if test="remark != null and remark != ''">remark,</if>
          <if test="objectId != null and objectId != ''">objectId,</if>
          <if test="passWordUpdate != null and passWordUpdate != ''">passWordUpdate,</if>
          create_time
       )values(
          <if test="userId != null and userId != ''">#{userId},</if>
@@ -207,6 +208,7 @@
          <if test="roleType != null and roleType != ''">#{roleType},</if>
          <if test="remark != null and remark != ''">#{remark},</if>
          <if test="objectId != null and objectId != ''">#{objectId},</if>
          <if test="passWordUpdate != null and passWordUpdate != ''">#{passWordUpdate},</if>
          sysdate()
       )
   </insert>