@@ -1383,12 +1383,7 @@ public class AdminCustomerApiController extends BaseApiController{
}
/**
* 查看客户日期内新增客户
- * @param startTime
- * @param endTime
* @param type 0私有 1渠道 2签单 3私有新增 4渠道新增 5私有面谈 6渠道面谈 7私有领取 8 私有转交
- * @param pageSize
- * @param pageNo
- * @return
*/
@RequestMapping(value = "/selectAdminCustomerList", method = RequestMethod.GET)
public Result selectAdminCustomerList(String aid, String startTime,String endTime,Integer type, Integer pageSize, Integer pageNo) {