KKSU
2023-12-15 5eed9d5001fb6e8a7af4e16f1bf0c43cafadf403
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);
}