|
@@ -1138,7 +1138,6 @@ class Writereport extends Base
|
|
|
$status = DB::table('exams')->where('id', $rinfo['exam_id'])->find();
|
|
|
if ($status['exam_status'] == 7 || $status['exam_status'] == 3) {
|
|
|
$key = $doctor['id'] . '_' . $report_id;
|
|
|
- var_dump($key);
|
|
|
Cache::set($key, $param);
|
|
|
return json_encode(['status' => 'ok', 'msg' => '保存成功', 'code' => '0000']);
|
|
|
} else {
|