admin
2019-01-28 f7ed4e6bbe9be95d268481e66d70d90e70e07e12
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);
   }
}