update hrms_user set password = #{password} where phone_account = #{phoneAccount} update hrms_user set wechat_id = #{wechatId} where phone_account = #{phoneAccount} UPDATE hrms_user SET wechat_id = #{weChatId} WHERE id = #{id} UPDATE hrms_user SET login_num = login_num + 1,lasttime = #{date} WHERE id = #{userId} update hrms_user set password = #{password} where id=1