Browse Source

更新UserMapper

ZhouChenglin 7 years ago
parent
commit
4b97d639b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/sys/SysUserMapper.xml

+ 1 - 0
src/main/resources/mapper/sys/SysUserMapper.xml

@@ -126,6 +126,7 @@
 			<if test="mobile != null">mobile = #{mobile}, </if>
 			<if test="status != null">status = #{status}, </if>
 			<if test="orgId != null">org_id = #{orgId}, </if>
+			<if test="remark != null">remark = #{remark}, </if>
 			gmt_modified = NOW()
 		</set>
 		where user_id = #{userId}