KKSU
2024-03-01 2afce3afa1b9a111b20d2d372fb9867751a50ad2
src/main/java/cc/mrbird/febs/mall/mapper/MallProductSellRecordMapper.java
@@ -19,4 +19,6 @@
    List<MallProductSellRecord> selectListByState(@Param("state")int value);
    IPage<ApiOrderRecordListVo> selectListInPage(IPage<ApiOrderRecordListVo> pageSell, @Param("record")ApiOrderRecordListDto apiOrderListDto);
    ApiOrderSellRecordInfoVo selectBySellRecordId( @Param("id")Long productSellRecordId);
}