|
|
@@ -428,7 +428,7 @@ class UserController extends BaseController {
|
|
|
if($user){
|
|
|
$userInfo['REAL_NAME'] = $user['REAL_NAME'];
|
|
|
$allChildUser = UserNetwork::getFirstFloorChildren($userId);
|
|
|
- $isLocation = [1 => '左-', 2 => '中-', 3 => '右-'];
|
|
|
+ $isLocation = [1 => '左-', 2 => '右-'];
|
|
|
if($allChildUser) {
|
|
|
foreach ($allChildUser as $child) {
|
|
|
$isLocation[$child['RELATIVE_LOCATION']].= '满';
|