KKSU
2023-12-01 a4b21510fb9ab151537d772c14cd9c2dece0c2ab
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -47,4 +47,11 @@
        order by a.CREATED_TIME desc
    </select>
    <select id="selectListByMemberIdAndState" resultType="java.lang.Integer">
        select count(id)
        from mall_product_buy a
        where a.member_id = #{memberId}
          and a.state = #{state}
    </select>
</mapper>