Commit 3254c4bc by 陶光胜

报表中心

parent a6da73e9
......@@ -3,6 +3,7 @@ package com.gic.enterprise.web.controller;
import com.alibaba.fastjson.JSON;
import com.gic.api.base.commons.Page;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.commons.annotation.HeaderSignIgnore;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.download.utils.log.LogUtils;
import com.gic.enterprise.ano.IgnoreLogin;
......@@ -74,6 +75,7 @@ public class DownloadReportController {
@RequestMapping("receive-heart")
@ResponseBody
@IgnoreLogin
@HeaderSignIgnore
public RestResponse receiveHeart(Integer reportId){
ServiceResponse<Void> response = downloadReportApiService.receiveHeart(reportId);
return RestResponse.success();
......@@ -82,6 +84,7 @@ public class DownloadReportController {
@RequestMapping("download-hive-data")
@ResponseBody
@IgnoreLogin
@HeaderSignIgnore
public RestResponse downloadHiveData(){
HiveDataDownloadDTO dataDownloadDTO = new HiveDataDownloadDTO();
dataDownloadDTO.setEnterpriseId(1166);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment