* [refac bug #61427] Adjust for sort plans for create programplan.

This commit is contained in:
wangyidong
2025-04-15 16:13:17 +08:00
committed by 刘刚
parent 61620f54e9
commit fd332719a1
+1 -1
View File
@@ -114,7 +114,7 @@ class programplan extends control
$programPlan = $this->project->getById($planID);
$productList = $this->session->hasProduct ? $this->product->getProductPairsByProject($projectID) : array();
$plans = $this->programplan->getStage($projectID, $this->productID, 'all', 'order_asc,grade_asc');
$plans = $this->programplan->getStage($projectID, $this->productID, 'all', 'grade_asc,order_asc');
if($planID)
{
foreach($plans as $planID => $plan)