From 08e2522c1aa45cedd2352e6b22820d34b335a4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Tue, 16 Jan 2018 21:27:42 +0800 Subject: [PATCH] * Format code. --- module/report/model.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/report/model.php b/module/report/model.php index e687d750e1..fb77ada853 100644 --- a/module/report/model.php +++ b/module/report/model.php @@ -251,8 +251,6 @@ class reportModel extends model if($assign == 'noassign') { - - $members = $this->dao->select('t1.account,t2.name,t1.root')->from(TABLE_TEAM)->alias('t1') ->leftJoin(TABLE_PROJECT)->alias('t2')->on('t2.id = t1.root') ->leftJoin(TABLE_USER)->alias('t3')->on('t3.account = t1.account')