|
|
@@ -1,6 +1,5 @@
|
|
|
package com.cyksj.web.controller.manage.channel;
|
|
|
|
|
|
-import cn.dev33.satoken.annotation.SaCheckPermission;
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
|
|
|
import com.cyksj.dto.Result;
|
|
|
import com.cyksj.enums.GatewayResponse;
|
|
|
@@ -38,7 +37,6 @@ public class CmsChannelController {
|
|
|
private final HttpServletRequest request;
|
|
|
|
|
|
@GetMapping
|
|
|
- @SaCheckPermission("channel:view")
|
|
|
public Result<SearchResult<ChannelView>> get(String startTime, String endTime){
|
|
|
String timeSql = StringUtils.EMPTY;
|
|
|
if(StringUtils.isNotBlank(startTime)){
|