Commit 6cdb77f1 by lujunyi

药店信息修改判断

parent 8d6676da
...@@ -172,7 +172,6 @@ protected function form() ...@@ -172,7 +172,6 @@ protected function form()
if ($admin) { if ($admin) {
if ($mobile && $name) { if ($mobile && $name) {
$admin->username = $mobile; // 更新账号 $admin->username = $mobile; // 更新账号
$admin->name = $name; // 更新账号姓名 $admin->name = $name; // 更新账号姓名
$admin->save(); $admin->save();
......
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