屏蔽婚检套餐

main
yanzai 12 months ago
parent 58cf8fa085
commit c9911983a7

@ -76,6 +76,8 @@ class ComboController extends Controller
if(isset($checkup_type_id)){ if(isset($checkup_type_id)){
$sql = $sql . " and a.checkup_type_id=? "; $sql = $sql . " and a.checkup_type_id=? ";
$canshu[] = $checkup_type_id; $canshu[] = $checkup_type_id;
}else{
$sql = $sql . " and a.checkup_type_id<>4 ";
} }
if (isset($combo_type)) { if (isset($combo_type)) {
$sql = $sql . " and a.type_id=? "; $sql = $sql . " and a.type_id=? ";

@ -56,7 +56,7 @@ class DoctorController extends Controller
"data" => $datesArray, "data" => $datesArray,
"action" => "1" "action" => "1"
]); ]);
// return \Yz::Return(true,"",['data'=>$res]); //return \Yz::Return(true,"",['data'=>$res]);
$list = []; $list = [];
$keshi=[ $keshi=[
'A0030090'=>'内科', 'A0030090'=>'内科',

@ -928,7 +928,7 @@ class OrderController extends Controller
'appointment_number' => $create_appointment['data'][0][0], 'appointment_number' => $create_appointment['data'][0][0],
'appointment_back_info' => json_encode($appointment_info['data'][0], JSON_UNESCAPED_UNICODE), 'appointment_back_info' => json_encode($appointment_info['data'][0], JSON_UNESCAPED_UNICODE),
'wx_day1_sendmsg_status'=>$wx_day1_sendmsg_status, 'wx_day1_sendmsg_status'=>$wx_day1_sendmsg_status,
'wx_day1_sendmsg_time'=>$wx_day1_sendmsg_time, 'wx_day1_sendmsg_time'=>$wx_day1_sendmsg_time<>''?$wx_day1_sendmsg_time:null,
]); ]);
$is_sendMsg = DB::table('configs')->where(['label' => '预约完成短信通知'])->first(); $is_sendMsg = DB::table('configs')->where(['label' => '预约完成短信通知'])->first();
if (!!$is_sendMsg and $is_sendMsg->value == 1 and strlen($cha->phone)>0) { if (!!$is_sendMsg and $is_sendMsg->value == 1 and strlen($cha->phone)>0) {

Loading…
Cancel
Save