zoujiajian 2 年之前
父節點
當前提交
441a3c243e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netflix-dao/src/main/resources/mapper/CorpUserTagMapper.xml

+ 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}