xiaoyong931011
2022-05-05 3b3f13a66fe018b1f0abe16db8d194b1927907aa
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);