|
@@ -202,7 +202,7 @@ class Application extends Base
|
|
|
$where = array();
|
|
|
// 申请医生
|
|
|
$where['req_doctor_id'] = $doctor['id'];
|
|
|
- $where['remote_institution_id'] = $param['remote_institution'];
|
|
|
+ $where['remote_institution_id'] = $application_info['remote_institution_id'];
|
|
|
// 只允许有一个申请 ----------------------------- 暂时添加
|
|
|
$r = DB::table('remote_application')->where('exam_id',$param['id'])->find();
|
|
|
if($r){
|