@@ -67,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | |||
<update id="updateDeptIdByIdList" parameterType="hashmap"> | |||
update th_oauth_user | |||
<trim prefix="SET" suffixOverrides=","> | |||
<if test="deptId != null"> dept_d = #{deptId}, </if> | |||
<if test="deptId != null"> dept_id = #{deptId}, </if> | |||
<if test="updateUser != null and updateUser != ''"> update_user = #{updateUser}, </if> | |||
<if test="updateTime != null"> update_time = #{updateTime}, </if> | |||
</trim> |