KKSU
2023-11-24 1c59b84d5320fba3c450d932f24a9fdc52830420
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>