xiaoyong931011
2022-05-16 f1b8be45a9b758d52b0751bb0af39015329b2901
zq-erp/src/main/java/com/matrix/system/hive/dao/SysOrderDao.java
@@ -46,7 +46,7 @@
   List<OrderDetailVo> selectApiOrderListInPage(@Param("record") OrderListDto orderListDto, @Param("pageVo") PaginationVO pageVo);
   List<PadOrderDetailVo> selectPadApiOrderListInPage(PadOrderListDto orderListDto, PaginationVO pageVo);
   List<PadOrderDetailVo> selectPadApiOrderListInPage(@Param("record") PadOrderListDto orderListDto, @Param("pageVo") PaginationVO pageVo);
   int selectApiOrderListTotal(@Param("record") OrderListDto orderListDto);