|
@@ -296,7 +296,7 @@ class Inspectregister extends Base
|
|
|
{
|
|
|
$param = $_REQUEST['param'];
|
|
|
$doctor = DB::table('doctors')->where('department_id',$param['id'])->field('realname')->select();
|
|
|
- return $doctor;
|
|
|
+ return json_encode(['status'=>'ok','code'=>'0000','info'=>$doctor]);
|
|
|
}
|
|
|
|
|
|
/**
|