* Adjust the code.

This commit is contained in:
hufangzhou
2021-05-14 11:19:07 +08:00
parent 58f3baea8b
commit 2392386b86
+1 -1
View File
@@ -1046,7 +1046,7 @@ class productModel extends model
$projectIdList = array();
foreach($executions as $id => $execution) $projectIdList[$execution->project] = $execution->project;
$executionPairs = array();
$executionPairs = array(0 => '');
$projectPairs = $this->loadModel('project')->getPairsByIdList($projectIdList);
foreach($executions as $id => $execution)
{