|
@@ -306,8 +306,8 @@ class ApplicationService extends ZskkDefaultService
|
|
|
$info['more'] = isset($param['more']) ? $param['more'] : ''; //补充说明
|
|
|
$info['attachment'] = isset($param['attachment']) ? $param['attachment'] : ''; //补充资料
|
|
|
$info['attachment_type'] = $param['attachment_type'] ?? 1;
|
|
|
- $hopitalized = $this->application->getExam($param['exam_id'],'hopitalized_no');
|
|
|
- $info['hopitalized_no'] = $hopitalized['hopitalized_no'];
|
|
|
+// $hopitalized = $this->application->getExam($param['exam_id'],'*');
|
|
|
+ $info['hopitalized_no'] = $node['hopitalized_no'];
|
|
|
if (!empty($application_id)) {
|
|
|
//存在则修改
|
|
|
$return = $this->application->updateApplication($info, $application_id);
|