|
@@ -203,8 +203,8 @@
|
|
|
<if test="avatar != null and avatar != ''">avatar = #{avatar},</if>
|
|
|
<if test="password != null and password != ''">password = #{password},</if>
|
|
|
<if test="status != null and status != ''">status = #{status},</if>
|
|
|
- <if test="frozenSecond != null and frozenSecond != ''">frozen_second = #{frozenSecond},</if>
|
|
|
- <if test="frozenDate != null and frozenDate != ''">frozen_date = #{frozenDate},</if>
|
|
|
+ <if test="frozen_second != null and frozen_second != ''">frozen_second = #{frozen_second},</if>
|
|
|
+ <if test="frozen_date != null and frozen_date != ''">frozen_date = #{frozen_date},</if>
|
|
|
<if test="loginIp != null and loginIp != ''">login_ip = #{loginIp},</if>
|
|
|
<if test="loginDate != null">login_date = #{loginDate},</if>
|
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|