KKSU
2023-12-21 a4bcd761572fd8760b33e7e01bfe941391b0d2e7
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>