|
@@ -287,7 +287,7 @@ class Application extends Base
|
|
|
// if(isset($param['remote_doctor_id']) && $param['remote_doctor_id'] == 'c44663d6d3c0b535'){
|
|
|
$dinfo = DB::table('doctors')->where('id',$application_info['remote_doctor_id'])->find();
|
|
|
$d_phone = $dinfo['phone'];
|
|
|
- $d_name = '';
|
|
|
+ $d_name = $dinfo['realname'];
|
|
|
if($dinfo['institution_id'] == '22100003'){ //魏庙
|
|
|
$repsone = send_message::sendSms2Apply($d_phone,$d_time,$d_name);
|
|
|
}
|