Commit abfa7af4 by 赵增煜

修改问诊人增加返回值

parent a32e3658
......@@ -96,6 +96,8 @@ public function update(Request $request)
$data->gender = $idCardInfo['gender'];
$data->mobile = $request->input('mobile');
$data->save();
return $this->success($data);
}
// 删除问诊人
......
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 sign in to comment