更新 体检引导 未登记 排序优化

main
鹿和sa0ChunLuyu 11 months ago
parent 4a48208b5d
commit db14a05e72

@ -135,6 +135,7 @@ 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);
@ -152,6 +153,7 @@ class FenzhenController extends Controller
$last_time = $last_time + (60 * 5);
}
}
}
if ($push_end) {
$in_time = date('H:i', $last_time);
$time_line = array_merge(array_splice($time_line, 0, count($time_line) - 1), [

Loading…
Cancel
Save