adam_third_party.update_open_id=UPDATE adam_third_party SET open_id=?, updated_at=now(), comment=concat(comment, curdate()) WHERE `uid`=? AND platform=?
adam_third_party.unbind=UPDATE adam_third_party SET `state`=2, updated_at=? WHERE `uid`=? AND platform=?
adam_third_party.close=UPDATE adam_third_party SET `state`=2, open_id=concat(open_id, curdate()), updated_at=?, comment='close' WHERE `uid`=?