|
|
|
@ -13,6 +13,7 @@ import com.ruoyi.gysl.service.BasicInformationService;
|
|
|
|
|
import com.ruoyi.gysl.service.ZwStatsService;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
@ -37,7 +38,7 @@ import java.util.Map;
|
|
|
|
|
@Api(tags = "政务统计")
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping("/gysl/zwStats")
|
|
|
|
|
//@PreAuthorize("@ss.hasAnyRoles('admin,common')")
|
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,common,gov')")
|
|
|
|
|
public class ZwStatsController extends BaseController {
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|