Merge branch 'sprint/scx_fixapibug' into 'master'

*Fix api bug.

See merge request easycorp/zentaopms!2568
This commit is contained in:
李玉春
2022-03-28 03:17:03 +00:00
+1 -1
View File
@@ -24,7 +24,7 @@ class productsEntry extends entry
if(strpos(strtolower(",{$fields},"), ',dropmenu,') !== false) return $this->getDropMenu();
if(!$programID) $programID = $this->param('program', 0);
if(!$projectID) $projectID = $this->param('project', 0);
$projectID = $this->param('project', 0);
$mergeChildren = $this->param('mergeChildren', '');
if($programID)