|
@@ -150,7 +150,6 @@ class Application extends Base
|
|
|
if($remote_order) {
|
|
|
$info['remote_order'] = $remote_order;
|
|
|
}
|
|
|
- $order = DB::table("remote_order")->where('application_id', $application['id'])->where()
|
|
|
if($is_remote == 1){
|
|
|
Message::read($doctor['id'],$aid,1);
|
|
|
//远程申请点击进入
|