$sql="delete from user_login_dat where openid='{$openId}'";
$abilityPoint=0;
$db=&CompassDBManager::getInstance();
$sql="select sum(ability_point) as ability_point from user_mst where delete_flg = false and school_no='{$schoolNo}' and original_source='{$originalSource}'";