KKSU
2023-11-24 0122f61044683af26a0462431260be389e6d17ad
src/main/resources/mapper/modules/MallProductBuyRecordMapper.xml
@@ -26,4 +26,10 @@
          and a.state = #{state}
    </select>
    <select id="selectByState" resultType="cc.mrbird.febs.mall.entity.MallProductBuyRecord">
        select a.*
        from mall_product_buy_record a
        where a.state = #{state}
    </select>
</mapper>