This commit is contained in:
JackWuLieHao
2018-04-04 14:35:09 +08:00
parent 50e3a3519f
commit e5b822276d
3 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -925,7 +925,8 @@ class project extends control
$acl = $copyProject->acl;
$whitelist = $copyProject->whitelist;
$products = $this->project->getProducts($copyProjectID);
}
}
if(!empty($planID))
{
$plan = $this->dao->select('*')->from(TABLE_PRODUCTPLAN)->where('id')->eq($planID)->fetch();