* Fix bug: orderBy is not defined.

This commit is contained in:
zhujinyong
2023-02-28 13:07:35 +08:00
parent 07f2c4520e
commit 39822c34a6
+1 -1
View File
@@ -123,7 +123,7 @@ class programplanModel extends model
*/
public function getPairs($executionID, $productID = 0, $type = 'all')
{
$plans = $this->getStage($executionID, $productID, 'all', $orderBy);
$plans = $this->getStage($executionID, $productID, $type);
$pairs = array(0 => '');