KKSU
2024-01-04 6b9f5f6d688fd3428483dc1da393b65a9a4f7ce3
src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -53,9 +53,4 @@
        where a.member_id = #{memberId}
    </select>
    <select id="selectByCreateTime" resultType="cc.mrbird.febs.mall.entity.MallProductBuy">
        select * from mall_product_buy
        where create_time
    </select>
</mapper>