Browse Source

修复创建用户bug

dev-complex-computation
chenzhihang 1 year ago
parent
commit
fb067914ec
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 2
- 2
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml View File

@@ -207,8 +207,8 @@
<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="remark != null and remark != ''">git_link_username,</if>
<if test="remark != null and remark != ''">git_link_password,</if>
<if test="gitLinkUsername != null and gitLinkUsername != ''">git_link_username,</if>
<if test="gitLinkPassword != null and gitLinkPassword != ''">git_link_password,</if>
create_time
)values(
<if test="userId != null and userId != ''">#{userId},</if>


Loading…
Cancel
Save