zoujiajian 2 gadi atpakaļ
vecāks
revīzija
441a3c243e

+ 1 - 1
netflix-dao/src/main/resources/mapper/CorpUserTagMapper.xml

@@ -105,7 +105,7 @@
     </select>
 
     <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 `corp_user_tag` ct
         where tag_id = #{tagIdStr}