account
id,
user_name,password,head_image,is_delete,create_time,update_time
#{userName},#{password},#{headImage},
#{isDelete},now(),now()
user_name = #{userName},
password =#{password},
head_image =#{headImage},
is_delete = #{isDelete},
update_time =now()
id = #{id}
and user_name = #{userName}
and password =#{password}
and head_image =#{headImage}
and is_delete = #{isDelete}
and create_time >= #{createTime}
and #{updateTime} >= update_time