项目列表优化

Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
vilson 2020-05-10 08:24:58 +08:00
parent edb290447e
commit 3b7a33e9aa

View File

@ -46,7 +46,7 @@ class Project extends CommonModel
if ($collection == 1) {
$sql .= " and pc.project_code is not null and pc.member_code = '{$memberCode}'";
}
$sql .= " order by pc.id desc, p.id desc";
$sql .= "group by p.id order by pc.id desc, p.id desc";
$total = Db::query($sql);
$total = count($total);
$sql .= " limit {$offset},{$limit}";