Commit f8ade1c8 by 赵增煜

提示语修改

parent eb03f813
......@@ -405,7 +405,7 @@ public function reject(Request $request)
// 获取医师信息
$doctor = DoctorModel::where('user_id', $authInfo->id)->first();
if (!$doctor) {
return $this->failed('你的账号可能在其他设备登录,请重新登录');
return $this->failed('你的账号可能在其他设备登录,请退出重新登录');
}
$prescription_id = $request->input('prescription_id');
$prescription = PrescriptionModel::where('id', $prescription_id)->where('doctor_id', $doctor->id)->first();
......
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