KKSU
2024-04-17 a44f86a3f2d249dbd79d67f97d8a858831bf97b7
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);
}