xiangpei
2025-05-30 32affb9328997ab51b2c88f7f034c16a1e7ed6d0
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