|
@@ -87,7 +87,7 @@ class Wechat extends Base {
|
|
|
Log::record('---微信支付回调---结束---没有远程医生');
|
|
|
return $repsone;
|
|
|
}
|
|
|
- $dinfo = DB::table('doctors')->where('id',$d)->find();
|
|
|
+ $dinfo = DB::table('doctors')->where('id, institution_id, send_sms',$d)->find();
|
|
|
$d_phone = $dinfo['phone'];
|
|
|
$d_name = $dinfo['realname'];
|
|
|
if($order['is_urgent'] === 1) {
|