|
@@ -1,3 +1,4 @@
|
|
|
|
+/*
|
|
package org.jeecg.modules.ctop.controller;
|
|
package org.jeecg.modules.ctop.controller;
|
|
|
|
|
|
import cn.com.ctop.common.module.entity.*;
|
|
import cn.com.ctop.common.module.entity.*;
|
|
@@ -57,11 +58,12 @@ import java.util.concurrent.CountDownLatch;
|
|
import java.util.concurrent.ExecutorService;
|
|
import java.util.concurrent.ExecutorService;
|
|
import java.util.concurrent.Executors;
|
|
import java.util.concurrent.Executors;
|
|
|
|
|
|
-import static org.jeecg.common.util.DateUtils.getAnotherDay;
|
|
|
|
|
|
|
|
|
|
+*/
|
|
/**
|
|
/**
|
|
* @author jeecg-boot
|
|
* @author jeecg-boot
|
|
- */
|
|
|
|
|
|
+ *//*
|
|
|
|
+
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/test")
|
|
@RequestMapping("/test")
|
|
@Slf4j
|
|
@Slf4j
|
|
@@ -1311,14 +1313,16 @@ public class TestController {
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|
|
- /**
|
|
|
|
|
|
+ */
|
|
|
|
+/**
|
|
* 勿动勿删,煜一人群报表数据拉取接口。
|
|
* 勿动勿删,煜一人群报表数据拉取接口。
|
|
*
|
|
*
|
|
* @param
|
|
* @param
|
|
* @return void
|
|
* @return void
|
|
* @throws
|
|
* @throws
|
|
* @author ZHAOXA
|
|
* @author ZHAOXA
|
|
- */
|
|
|
|
|
|
+ *//*
|
|
|
|
+
|
|
@PostMapping(value = "/getAudienceData")
|
|
@PostMapping(value = "/getAudienceData")
|
|
public Result getAudienceData(@RequestBody JSONObject request) throws Exception {
|
|
public Result getAudienceData(@RequestBody JSONObject request) throws Exception {
|
|
Long accountId = request.getLong("accountId");
|
|
Long accountId = request.getLong("accountId");
|
|
@@ -1490,3 +1494,4 @@ public class TestController {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+*/
|