屏蔽婚检套餐

main
yanzai 12 months ago
parent 58cf8fa085
commit c9911983a7

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

@ -928,7 +928,7 @@ class OrderController extends Controller
'appointment_number' => $create_appointment['data'][0][0],
'appointment_back_info' => json_encode($appointment_info['data'][0], JSON_UNESCAPED_UNICODE),
'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();
if (!!$is_sendMsg and $is_sendMsg->value == 1 and strlen($cha->phone)>0) {

Loading…
Cancel
Save