|
|
|
|
@ -135,7 +135,6 @@ class FenzhenController extends Controller
|
|
|
|
|
$push_end = false;
|
|
|
|
|
foreach ($clinics as $item) {
|
|
|
|
|
if (!in_array($item['keshi_id'], $clinic_map)) {
|
|
|
|
|
if(count($end_queue) == 0) {
|
|
|
|
|
$push_end = true;
|
|
|
|
|
$item_count = $item['count'];
|
|
|
|
|
$in_time = date('H:i', $last_time);
|
|
|
|
|
@ -151,7 +150,6 @@ class FenzhenController extends Controller
|
|
|
|
|
]
|
|
|
|
|
], [$time_line[count($time_line) - 1]]);
|
|
|
|
|
$last_time = $last_time + (60 * 5);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if ($push_end) {
|
|
|
|
|
|