def bjSectionInstance = BjSection.get(params.id)
if (!bjSectionInstance) {
flash.message = "${message(code: 'default.not.found.message', args: [message(code: 'bjSection.label', default: 'BjSection'), params.id])}"
redirect(action: "list")
}
else {
bjSectionInstance.bjSubjects.each {
//查询效率??? n+1 ~
it.bjArticles = BjArticle.findAllByAuditAndBjSubject('true',it, [max:10,order:'asc' ,sort: 'dateIssued'])
}
[bjSectionInstance: bjSectionInstance]
}
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
邢一珊的经纪人