Commit 36e1923a authored by hujun's avatar hujun

排除空

parent 0afc560d
...@@ -72,7 +72,9 @@ class AppointmentShop extends Basic ...@@ -72,7 +72,9 @@ class AppointmentShop extends Basic
} else { } else {
$list[$k]['follow_up_list'] = $follow_up; $list[$k]['follow_up_list'] = $follow_up;
} }
$list[$k]['other_require'] = empty($list[$k]['other_require']) ? "" : $list[$k]['other_require'];
$list[$k]['user_name'] = empty($list[$k]['user_name']) ? "" : $list[$k]['user_name'];
$list[$k]['content'] = empty($list[$k]['content']) ? "" : $list[$k]['content'];
unset($list[$k]['applies_id']); unset($list[$k]['applies_id']);
} }
} catch (\Exception $e) { } catch (\Exception $e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment