admin
2020-02-18 df1e2d997ac152a7122ccb7a079d2c0debb173c2
fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
@@ -66,7 +66,7 @@
    * @throws CommonOrderException
    */
   long countGroupOrderNoByUid(Long uid, Integer state, Integer type, Integer orderState, String orderNo,
         String startTime, String endTime, Integer dateType, Integer source) throws CommonOrderException;
         String startTime, String endTime, Integer dateType, List<Integer> listSource) throws CommonOrderException;
   /**
    * 移动段订单列表
@@ -80,7 +80,7 @@
    * @return
    */
   public List<CommonOrderVO> getOrderByUid(AcceptData acceptData, Integer page, Long uid, Integer state, Integer type,
         Integer orderState, String orderNo, String startTime, String endTime, Integer dateType, Integer source)
         Integer orderState, String orderNo, String startTime, String endTime, Integer dateType, List<Integer> listSource)
         throws CommonOrderException,Exception;
   /**
@@ -362,7 +362,7 @@
    * @param source
    * @return
    */
   public OrderCountVO getOrderCount(Long uid, Integer day, Integer source);
   public OrderCountVO getOrderCount(Long uid, Integer day,  List<Integer> listSource);
   /**
    * 搜索订单信息