Commit 3be5edc0 authored by hujun's avatar hujun

时间轴排序

parent 7d4bdcba
......@@ -618,6 +618,7 @@ class OrderLogService
}
foreach ($list as $k => $v) {
$tree[$v["father_id"]]['create_time'] = $v['create_time'];
if ($v['father_id'] == $v['id']) {
$tree[$v["father_id"]]['trade_type'] = $v['trade_type'];
$tree[$v["father_id"]]['house_number'] = $v['house_number'];
......@@ -629,7 +630,6 @@ class OrderLogService
$tree[$v["father_id"]]['list_array'][] = $v;
}
return $tree;
}
......
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