소스 검색

修改 标签分布统计相关数据查询接口

2507040827 4 주 전
부모
커밋
643e5d0024
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/yusp-tagging-core/src/main/resources/mapper/AitagTagLogMapper.xml

+ 1 - 1
server/yusp-tagging-core/src/main/resources/mapper/AitagTagLogMapper.xml

@@ -127,7 +127,7 @@
             AND #{endTaggingTime} >= insert_time
         </if>
         <if test="categoryId != null and categoryId != '' ">
-            AND #{categoryId} = category_id
+            AND elem.value->>'category_id' = #{categoryId}
         </if>
         GROUP BY
         elem->>'tag_name'