* Modify review problem.

This commit is contained in:
xieqiyu
2021-12-31 15:43:27 +08:00
parent e34901be7a
commit 5c4609d302
21 changed files with 83 additions and 74 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class programplan extends control
if($type == 'lists')
{
$sort = $this->loadModel('common')->appendOrder($orderBy);
$sort = common::appendOrder($orderBy);
$this->loadModel('datatable');
$plans = $this->programplan->getPlans($projectID, $this->productID, $sort);
}