@@ -18,8 +18,6 @@ import (
"strings"
)
-// TODO 取消共享的时候,需要清除对应用户的收藏状态
-
// EdbInfoShareController 数据管理
type EdbInfoShareController struct {
controllers.BaseAuthController
@@ -163,7 +163,6 @@ func (c *ChartPublicController) Cancel() {
c.ServeJSON()
}()
- // TODO 单个图表撤销的时候,需要校验状态,然后撤销
sysUser := c.SysUser
if sysUser == nil {
br.Msg = "请登录"