提交 e8c3ccd6 authored 作者: 游宗学's avatar 游宗学

修改

上级 e745f750
...@@ -154,6 +154,7 @@ class AccountController extends BaseController ...@@ -154,6 +154,7 @@ class AccountController extends BaseController
//登录前置操作 //登录前置操作
$model = D('Employee'); $model = D('Employee');
prd($model);
$model->startTrans(); $model->startTrans();
$res = $this->logic('Auth\Auth')->employeePasswordLoginLogic($account, $password, $client = 'PC', $device_info, $device_uuid, $device_type); $res = $this->logic('Auth\Auth')->employeePasswordLoginLogic($account, $password, $client = 'PC', $device_info, $device_uuid, $device_type);
if ($res['status'] != 1) { if ($res['status'] != 1) {
...@@ -286,4 +287,4 @@ class AccountController extends BaseController ...@@ -286,4 +287,4 @@ class AccountController extends BaseController
$this->display(); $this->display();
} }
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论