attachment notice section uses explicit joinAdd()
这个提交包含在:
父节点
38eefd1b32
当前提交
95abad5abb
@ -52,9 +52,10 @@ class AttachmentNoticeSection extends NoticeSection
|
||||
function getNotices()
|
||||
{
|
||||
$notice = new Notice;
|
||||
$f2p = new File_to_post;
|
||||
$f2p->file_id = $this->out->attachment->id;
|
||||
$notice->joinAdd($f2p);
|
||||
|
||||
$notice->joinAdd(array('id', 'file_to_post:post_id'));
|
||||
$notice->whereAdd(sprintf('file_to_post.file_id = %d', $this->out->attachment->id));
|
||||
|
||||
$notice->orderBy('created desc');
|
||||
$notice->selectAdd('post_id as id');
|
||||
$notice->find();
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户