Commit cde7fbc7 by 赵增煜

修改开方提示语

parent ca1bc550
...@@ -120,7 +120,7 @@ public function create(Request $request) ...@@ -120,7 +120,7 @@ public function create(Request $request)
$pharmacy_id = $pharmacy->id; $pharmacy_id = $pharmacy->id;
$open_source = 1; $open_source = 1;
} elseif ($authInfo->last_login_type == User::LOGIN_TYPE_USER) { } elseif ($authInfo->last_login_type == User::LOGIN_TYPE_USER) {
return $this->failed('用户端暂时无法开处方'); return $this->failed('请登入药店端,用户端暂时无法开处方!');
$pharmacy = PharmacyModel::find($pharmacy_id); $pharmacy = PharmacyModel::find($pharmacy_id);
if (! $pharmacy) { if (! $pharmacy) {
return $this->failed('请退出后重新登录!'); return $this->failed('请退出后重新登录!');
......
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