@@ -24,7 +24,7 @@
<select id="getAllParticipator" resultType="java.util.Map">
- SELECT a.user_id AS id,b.corpwx_userid as corpwxUserId as corpwxUserId, b.name,a.project_id as projectId
+ SELECT a.user_id AS id,b.corpwx_userid as corpwxUserId, b.name,a.project_id as projectId
FROM participation AS a
LEFT JOIN user AS b ON a.user_id = b.id
WHERE a.project_id in