소스 검색

研发打卡修改

anderx 2 년 전
부모
커밋
04a9ca9589
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 1 - 3
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -264,9 +264,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="loginDate != null">login_date = #{loginDate},</if>
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
  			<if test="remark != null">remark = #{remark},</if>
-			<if test="openId != null">
-				open_id = #{openId,jdbcType=VARCHAR},
-			</if>
+			<if test="openId != null"> open_id = #{openId,jdbcType=VARCHAR}, </if>
 			<if test="superiorId != null">
 				superior_id = #{superiorId,jdbcType=BIGINT},
 			</if>