Просмотр исходного кода

金牛需求表49行:员工账号修改订单权限失败bug

csy 2 дней назад
Родитель
Сommit
e3a4ba681c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs-service/src/main/resources/mapper/system/SysUserMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/system/SysUserMapper.xml

@@ -303,7 +303,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="loginDate != null">login_date = #{loginDate},</if>
  			<if test="loginDate != null">login_date = #{loginDate},</if>
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
  			<if test="remark != null">remark = #{remark},</if>
  			<if test="remark != null">remark = #{remark},</if>
- 			<if test="companyId != null">company_id = #{companyId},</if>
+ 			company_id = #{companyId},
  			<if test="unionId != null">union_id = #{unionId},</if>
  			<if test="unionId != null">union_id = #{unionId},</if>
  			update_time = sysdate()
  			update_time = sysdate()
  		</set>
  		</set>