| | |
| | | |
| | | /** |
| | | * 查询包裹总数,违禁品总数 |
| | | * @param status 状态码 0:本天 1:本周 2:本月 |
| | | * @param conditionVo status 状态码 0:本天 1:本周 2:本月 |
| | | * @return |
| | | */ |
| | | List<Integer> selectParcelCount(Integer status); |
| | | List<Integer> selectParcelCount(ConditionVo conditionVo); |
| | | |
| | | /** |
| | | * 查询7天内违禁品每天的数量 |
| | | * @return |
| | | */ |
| | | Map<String, Object> selectParcelData(); |
| | | Map<String, Object> selectParcelData(ConditionVo conditionVo); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | Object getParcelkindDetailPage(ConditionVo conditionVo); |
| | | |
| | | /** |
| | | * 查询当前时间段违禁品总个数 |
| | | * @param conditionVo |
| | | * @return |
| | | */ |
| | | Integer selParcelTimeCount(ConditionVo conditionVo); |
| | | } |