文档简易列表
(chinelid interface{})
| 379 | |
| 380 | //文档简易列表 |
| 381 | func (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查询搜索文档 |
nothing calls this directly
no test coverage detected