MCPcopy Index your code
hub / github.com/TruthHun/DocHub / Recycle

Method Recycle

controllers/AdminControllers/DocController.go:108–116  ·  view source on GitHub ↗

文档回收站

()

Source from the content-addressed store, hash-verified

106
107//文档回收站
108func (this *DocController) Recycle() {
109 p, _ := this.GetInt("p", 1)
110 //页码处理
111 p = helper.NumberRange(p, 1, 10000)
112 listRows := this.Sys.ListRows
113 this.Data["Lists"], _, _ = models.NewDocumentRecycle().RecycleList(p, listRows)
114 this.Data["Tab"] = "recycle"
115 this.TplName = "recycle.html"
116}
117
118//新增文库频道
119func (this *DocController) AddChanel() {

Callers

nothing calls this directly

Calls 1

RecycleListMethod · 0.80

Tested by

no test coverage detected