|
|
public IPage<OrderDTO> listOrderItem(IPage<OrderDTO> iPage, String tradeType, String orderNo, Long corpId, String startDate, String endDate)
|
|
public IPage<OrderDTO> listOrderItem(IPage<OrderDTO> iPage, String tradeType, String orderNo, Long corpId, String startDate, String endDate)
|
|
|
return orderItemsMapper.listOrderItem(iPage,tradeType,orderNo,corpId,startDate,endDate);
|
|
return orderItemsMapper.listOrderItem(iPage,tradeType,orderNo,corpId,startDate,endDate);
|