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

Method TplSimpleList

models/DocumentModel.go:381–384  ·  view source on GitHub ↗

文档简易列表

(chinelid interface{})

Source from the content-addressed store, hash-verified

379
380//文档简易列表
381func (this *Document) TplSimpleList(chinelid interface{}) []orm.Params {
382 data, _, _ := this.SimpleList(fmt.Sprintf("di.ChanelId=%v", helper.Interface2Int(chinelid)), 5)
383 return data
384}
385
386//根据id查询搜索数据结构
387//@param id 根据id查询搜索文档

Callers

nothing calls this directly

Calls 1

SimpleListMethod · 0.95

Tested by

no test coverage detected