|
@@ -105,7 +105,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="getCorpUserIntentionView" resultType="com.cyksj.model.views.CorpUserIntentionView">
|
|
<select id="getCorpUserIntentionView" resultType="com.cyksj.model.views.CorpUserIntentionView">
|
|
|
- select cu.user_id,cu.name,cu.created_time,ccc.id as intentionId,ccc.intention
|
|
|
|
|
|
|
+ select cu.user_id,cu.name as nickname,cu.created_time,ccc.id as intentionId,ccc.intention
|
|
|
from (select relation_id
|
|
from (select relation_id
|
|
|
from `corp_user_tag` ct
|
|
from `corp_user_tag` ct
|
|
|
where tag_id = #{tagIdStr}
|
|
where tag_id = #{tagIdStr}
|