|
|
@ -38,7 +38,7 @@ public class JDataScreenController extends BaseController {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return 所有数据
|
|
|
|
* @return 所有数据
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov,sightseer')")
|
|
|
|
@ApiOperation(value = "荣誉情况")
|
|
|
|
@ApiOperation(value = "荣誉情况")
|
|
|
|
@GetMapping("/honor")
|
|
|
|
@GetMapping("/honor")
|
|
|
|
public AjaxResult getHonor(HonorResponse a) {
|
|
|
|
public AjaxResult getHonor(HonorResponse a) {
|
|
|
@ -50,7 +50,7 @@ public class JDataScreenController extends BaseController {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return 所有数据
|
|
|
|
* @return 所有数据
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov,sightseer')")
|
|
|
|
@ApiOperation(value = "项目追踪情况")
|
|
|
|
@ApiOperation(value = "项目追踪情况")
|
|
|
|
@GetMapping("/projectTracking")
|
|
|
|
@GetMapping("/projectTracking")
|
|
|
|
public AjaxResult getProjectTracking() {
|
|
|
|
public AjaxResult getProjectTracking() {
|
|
|
@ -62,7 +62,7 @@ public class JDataScreenController extends BaseController {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return 所有数据
|
|
|
|
* @return 所有数据
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov,sightseer')")
|
|
|
|
@ApiOperation(value = "服务业发展总览")
|
|
|
|
@ApiOperation(value = "服务业发展总览")
|
|
|
|
@ApiImplicitParams({
|
|
|
|
@ApiImplicitParams({
|
|
|
|
@ApiImplicitParam(name = "type", value = "年份1 季度2", required = true),
|
|
|
|
@ApiImplicitParam(name = "type", value = "年份1 季度2", required = true),
|
|
|
@ -79,7 +79,7 @@ public class JDataScreenController extends BaseController {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return 所有数据
|
|
|
|
* @return 所有数据
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov,sightseer')")
|
|
|
|
@ApiOperation(value = "行业纵深情况")
|
|
|
|
@ApiOperation(value = "行业纵深情况")
|
|
|
|
@GetMapping("/getIndustryDepth")
|
|
|
|
@GetMapping("/getIndustryDepth")
|
|
|
|
public AjaxResult getIndustryDepth() {
|
|
|
|
public AjaxResult getIndustryDepth() {
|
|
|
@ -91,7 +91,7 @@ public class JDataScreenController extends BaseController {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return 所有数据
|
|
|
|
* @return 所有数据
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov,sightseer')")
|
|
|
|
@ApiOperation(value = "所有分行业汇总")
|
|
|
|
@ApiOperation(value = "所有分行业汇总")
|
|
|
|
@GetMapping("/getAllIndustry")
|
|
|
|
@GetMapping("/getAllIndustry")
|
|
|
|
public AjaxResult getAllIndustry() {
|
|
|
|
public AjaxResult getAllIndustry() {
|
|
|
|