正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -48,8 +48,8 @@ class UserLogic extends BaseLogic | @@ -48,8 +48,8 @@ class UserLogic extends BaseLogic | ||
| 48 | */ | 48 | */ |
| 49 | public function user_edit(){ | 49 | public function user_edit(){ |
| 50 | $condition = [ | 50 | $condition = [ |
| 51 | - ['id'=>['!=',$this->param['id']]], | ||
| 52 | - ['mobile'=>$this->param['mobile']] | 51 | + 'id'=>['!=',$this->param['id']], |
| 52 | + 'mobile'=>$this->param['mobile'] | ||
| 53 | ]; | 53 | ]; |
| 54 | $info = $this->model->read($condition); | 54 | $info = $this->model->read($condition); |
| 55 | if($info !== false){ | 55 | if($info !== false){ |
-
请 注册 或 登录 后发表评论