yujian
2019-07-22 aa19f9216d592a4d9944f4833687154f48566557
fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
@@ -219,10 +219,10 @@
    */
   public List<CommonOrderVO> listQuery(long start, int count, Integer keyType, String key, Integer state,
         Integer type, Integer orderState, String startTime, String endTime) throws CommonOrderException;
         Integer type, Integer orderState, String startTime, String endTime, Integer source) throws CommonOrderException;
   public long countQuery(Integer keyType, String key, Integer state, Integer type, Integer orderState,
         String startTime, String endTime) throws CommonOrderException;
         String startTime, String endTime, Integer source) throws CommonOrderException;
   /**