xiangpei
2025-05-29 e0beab0edb7049fdf46aca17f32f9dc5f4a8a755
framework/src/main/resources/mapper/lmk/MyCollectMapper.xml
@@ -57,7 +57,7 @@
    <select id="countNumGroupByType" parameterType="string" resultType="cn.lili.modules.lmk.domain.vo.CollectTypeNumVO">
        SELECT
               ref_id as id,
               count(id) as collectNum
               count(id) as countNum
        FROM
             lmk_my_collect
        WHERE