医生排班号源 区分性别

main
yanzai 1 year ago
parent de9e50171a
commit 5387036636

@ -100,7 +100,7 @@ class DoctorController extends Controller
foreach ($res['paiban'] as $key => $date_value) {
foreach ($date_value as $key2 => $value2) {
if($value2['YSID']==$doctor_id){
if($value2['YSID']==$doctor_id and $keshi_sex_list[$value2['KSID']]==$personInfo->sex){
$paiban[]=$value2;
}
}

Loading…
Cancel
Save