* Finish task #41589.

This commit is contained in:
tianshujie98
2021-08-19 10:13:50 +08:00
parent 026eaacf91
commit 564bb493cd
+1 -1
View File
@@ -295,7 +295,7 @@ class releaseModel extends model
{
$type = $notify == 'ET' ? 'execution' : 'project';
$members = $this->dao->select('t2.account')->from(TABLE_BUILD)->alias('t1')
->leftJoin(TABLE_TEAM)->alias('t2')->on('t1.' . $type .'=t2.root')
->leftJoin(TABLE_TEAM)->alias('t2')->on('t1.' . $type . '=t2.root')
->where('t2.type')->eq($type)
->fetchPairs();