hexiaohui
2019-01-28 d6ce66cdef982dfe6f1af7d6d69aa1154b4fa454
fanli/src/main/java/com/yeshi/fanli/service/impl/order/LostOrderServiceImpl.java
@@ -277,4 +277,19 @@
   public long countQuery(String key, Integer state, Integer handleType) {
      return lostOrderMapper.countQuery(key, state, handleType);
   }
   @Override
   public List<Map<String, Object>> countLostNum( Integer dateType, Integer resultCode,
         String year, String startTime, String endTime) throws Exception {
      return lostOrderMapper.countLostNum(dateType, resultCode, year, startTime, endTime);
   }
   @Override
   public List<Map<String, Object>> countAppealMoney( Integer dateType, String year, String startTime,
         String endTime) throws Exception {
      return lostOrderMapper.countAppealMoney(dateType, year, startTime, endTime);
   }
}