zoujiajian 3 년 전
부모
커밋
46a651b4ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      netflix-dao/src/main/resources/mapper/CorpTagMapper.xml

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

@@ -14,6 +14,7 @@
         select * from (select ct.id as tagId,
         ct.tag_id as tagIdStr,
         ct.group_id groupIdStr,
+        ct.type,
         ct.group_name,
         ct.name as tagName,
         count(cut.id) as numOfCustomer,