作者 liyuhang

gx

@@ -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){