//ss := fmt.Sprintf("select id from lie_scores where `type` = %d and project_pid = %d and project_id = %d and com_credits_id = %d limit 0,1", score.Type,score.ProjectPid,score.ProjectId,score.ComCreditsId)
//print(ss)
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)
iferr!=nil{
fmt.Print(err)
fmt.Print("save list fail")
rows,err=d.db.Query(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)