| | |
| | |
|
| | | public long countQuery(String key, Integer state, Integer handleType);
|
| | |
|
| | | |
| | | /**
|
| | | * 本月申诉订单数 统计
|
| | | * @param dateType
|
| | | * @param resultCode (未处理: 成功 失败)
|
| | | * @param year
|
| | | * @param startTime
|
| | | * @param endTime
|
| | | * @return
|
| | | * @throws Exception
|
| | | */
|
| | | public List<Map<String, Object>> countLostNum(Integer dateType, Integer resultCode, String year, String startTime,
|
| | | String endTime) throws Exception;
|
| | |
|
| | | public List<Map<String, Object>> countAppealMoney(Integer dateType, String year, String startTime, String endTime)
|
| | | throws Exception;
|
| | |
|
| | | }
|