旭晓耿 vor 5 Jahren
Ursprung
Commit
7be90b3fb2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      application/oa/logic/UserLogic.php

+ 2
- 2
application/oa/logic/UserLogic.php Datei anzeigen

45
                         ->join('__ADMIN_STRUCTURE__ structure', 'structure.id = user.structure_id', 'LEFT')
45
                         ->join('__ADMIN_STRUCTURE__ structure', 'structure.id = user.structure_id', 'LEFT')
46
                         ->where($where)
46
                         ->where($where)
47
                         ->where($whereMap)
47
                         ->where($whereMap)
48
-                        ->field('user.id,user.thumb_img,user.realname,user.post,structure.name as structure_name,user.mobile')
48
+                        ->field('user.id,user.thumb_img,user.mobile,user.realname,user.post,structure.name as structure_name,user.mobile')
49
                         ->page($param['page'], $param['limit'])
49
                         ->page($param['page'], $param['limit'])
50
                         ->select();
50
                         ->select();
51
                     foreach ($list as $k => $v) {
51
                     foreach ($list as $k => $v) {
70
                 ->join('__ADMIN_STRUCTURE__ structure', 'structure.id = user.structure_id', 'LEFT')
70
                 ->join('__ADMIN_STRUCTURE__ structure', 'structure.id = user.structure_id', 'LEFT')
71
                 ->where($where)
71
                 ->where($where)
72
                 ->where($whereMap)
72
                 ->where($whereMap)
73
-                ->field('user.id,user.thumb_img,user.realname,user.post,structure.name as structure_name')
73
+                ->field('user.id,user.thumb_img,user.mobile,user.realname,user.post,structure.name as structure_name')
74
                 ->page($param['page'], $param['limit'])
74
                 ->page($param['page'], $param['limit'])
75
                 ->select();
75
                 ->select();
76
             $dataCount = Db::name('admin_user')
76
             $dataCount = Db::name('admin_user')