Commit daeb3060 authored by clone's avatar clone

bug

parent 0f4e804c
...@@ -1132,9 +1132,12 @@ class OrderLogService ...@@ -1132,9 +1132,12 @@ class OrderLogService
$result[$k]["id"] = $v["father_id"]; $result[$k]["id"] = $v["father_id"];
array_push($list,$father_id); array_push($list,$father_id);
} }
} }
return $result; $sortResult = [];
foreach ($result as $k => $v) {
$sortResult[] = $v;
}
return $sortResult;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment