|
@@ -1064,7 +1064,7 @@ class Writereport extends Base
|
|
|
**/
|
|
|
public function write_info(){
|
|
|
$sessionid = $_REQUEST['sessionid'];
|
|
|
- if(isset($_REQUEST['is_remote']) && $_REQUEST['is_remote'] == 1){
|
|
|
+ /*if(isset($_REQUEST['is_remote']) && $_REQUEST['is_remote'] == 1){
|
|
|
// 是远程写报告 7
|
|
|
$return = Verify::check_role($sessionid,7);
|
|
|
}else{
|
|
@@ -1089,7 +1089,7 @@ class Writereport extends Base
|
|
|
if($status['exam_status'] > 6){
|
|
|
return json_encode(['status'=>'fail','code'=>'1034','msg'=>'报告已被保存,无法再次被修改']);
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
$doctor = Cache::get($sessionid);
|
|
|
$is_remote = $_REQUEST['is_remote'];
|
|
|
$patient_info['name'] = isset($param['name']) ? $param['name'] : '';
|