* Adjust code formatting and comments of programplanModel::getMilestones().

This commit is contained in:
xushenjie
2023-05-10 02:13:02 +00:00
parent 324ffe54fe
commit 0bfe386f7d
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ class programplanTao extends programplanModel
foreach($milestones as $id => $path)
{
$paths = explode(',', trim($path, ','));
$paths = explode(',', trim($path, ','));
$stageName = '';
foreach($paths as $stage)
{