| | |
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.yeshi.fanli.entity.admin.OrderAdmin;
|
| | | import com.yeshi.fanli.entity.bus.user.HongBao;
|
| | |
| | | * @param channel
|
| | | * @return
|
| | | */
|
| | | public List<Object> countHistoryOderByChannel(String channelArray, Integer type, String year,
|
| | | public List<Map<String, Object>> countHistoryOderByChannel(String channelArray, Integer type, String year,
|
| | | String startTime, String endTime) throws Exception;
|
| | |
|
| | | /**
|
| | |
| | | * @param channel
|
| | | * @return
|
| | | */
|
| | | public List<Object> count24HOderByChannel(String channel, Integer type, String years,
|
| | | public List<Map<String, Object>> count24HOderByChannel(String channel, Integer type, String years,
|
| | | String startTime, String endTime) throws Exception;
|
| | |
|
| | | }
|