@@ -1926,7 +1926,9 @@ class IndexController extends WebBaseController
}
$info->trip_code = json_encode($trip_code);
-
+ $info->h_status = 0;
+ $appoint_info->health_audit = 4;
+ $appoint_info->save();
$info->save();
return ['status' => 1, 'msg' => '提交成功', 'data' => ''];
}else{