err=d.db.QueryRow(ctx,"select id from lie_scores where `type` = ? and project_pid = ? and project_id = ? and com_credits_id = ? limit 0,1",score.Type,score.ProjectPid,score.ProjectId,score.ComCreditsId).Scan(&exitId)
err=d.db.QueryRow(ctx,"select id from lie_scores where `type` = ? and project_pid = ? and project_id = ? and com_credits_id = ? limit 0,1",score.Type,score.ProjectPid,score.ProjectId,score.ComCreditsId).Scan(&exitId)