KKSU
2024-03-05 009a6efa210e7a04b4c0f1c1ee44d492d3665ff3
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);
}