| | |
| | | import org.springframework.ui.Model; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @param createTime |
| | | * @return |
| | | */ |
| | | EntityWrapper<TAgent> getAgentWrapper(String principal, String principalPhone, String createTime); |
| | | EntityWrapper<TAgent> getAgentWrapper(String principal, String principalPhone, String createTime,Integer status); |
| | | |
| | | /** |
| | | * 代理商查看详情 |
| | |
| | | * @param agentId |
| | | * @param model |
| | | */ |
| | | void getDataStatistics(Integer agentId, Model model); |
| | | void getDataStatistics(Integer agentId, Model model, Map<String, Object> map); |
| | | |
| | | /** |
| | | * 统计代理商 |
| | | * @param ids |
| | | * @param model |
| | | * @param map |
| | | */ |
| | | void getDataStatisticsByIds(List<Integer> ids, Model model, Map<String, Object> map); |
| | | } |