KKSU
2023-11-22 c3793ad938cefba5fa76258d70e0cbc37bcf151c
src/main/resources/mapper/modules/MallProductBuyRecordMapper.xml
@@ -19,4 +19,11 @@
        where a.buy_id = #{productBuyId}
    </select>
    <select id="selectListByBuyId" resultType="cc.mrbird.febs.mall.entity.MallProductBuyRecord">
        select a.*
        from mall_product_buy_record a
        where a.buy_id = #{buyId}
          and a.state = #{state}
    </select>
</mapper>