KKSU
2023-11-30 4c7c790d34fcadf0d634cbdfc274bfff3891eedc
src/main/resources/mapper/modules/MallProductSellRecordMapper.xml
@@ -26,4 +26,10 @@
            and a.state = #{state}
    </select>
    <select id="selectListByState" resultType="cc.mrbird.febs.mall.entity.MallProductSellRecord">
        select a.*
        from mall_product_sell_record a
        where a.state = #{state}
    </select>
</mapper>