|
|
@ -40,8 +40,7 @@ public interface PrUserProjectResultExtDao extends BaseMapper<PrUserProjectResul |
|
|
|
*/ |
|
|
|
@Select("SELECT id, customer_id, project_key, user_project_result, client_type, user_id, real_name, org_id, org_name, org_type " + |
|
|
|
"FROM pr_user_project_result_ext " + |
|
|
|
"WHERE project_key=#{projectKey} " + |
|
|
|
"GROUP BY user_id ") |
|
|
|
"WHERE project_key=#{projectKey} ") |
|
|
|
List<PrUserProjectResultExtDTO> selectResultExtList(String projectKey); |
|
|
|
|
|
|
|
} |