|
@@ -22,7 +22,7 @@ public class AnalysisNewController {
|
|
|
@Resource
|
|
|
private AnalysisNewService analysisNewService;
|
|
|
|
|
|
- @Scheduled(cron = "0 15 0 * * ?")
|
|
|
+// @Scheduled(cron = "0 15 0 * * ?")
|
|
|
@GetMapping(value = "/companys")
|
|
|
@ApiOperation(value = "公司列表", notes = "公司列表")
|
|
|
public R companys() throws Exception {
|
|
@@ -31,7 +31,7 @@ public class AnalysisNewController {
|
|
|
return null;
|
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0 30 0 * * ?")
|
|
|
+// @Scheduled(cron = "0 30 0 * * ?")
|
|
|
@GetMapping(value = "/can")
|
|
|
@ApiOperation(value = "公司列表", notes = "公司列表")
|
|
|
public R cans() throws Exception {
|