KKSU
2023-11-24 4c87c2d57258c31d582f2eaec3dfc10de2c7997e
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>