Skip to content

Commit 01408a2

Browse files
committed
fix: 老数据获取列表
1 parent 233c094 commit 01408a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

laravel/app/Http/Controllers/Bus/IndexController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public function getList(Request $request)
4848
break;
4949

5050
default:
51-
// $list = BusRepository::getInstent()->getList($line);
52-
$list = [];
51+
$list = BusRepository::getInstent()->getList($line);
52+
// $list = [];
5353
if (empty($list)) {
5454
$list = NewBusRepository::getInstent()->getLine($line);
5555
}

0 commit comments

Comments
 (0)