浏览代码

修改报单中心安置网络提示

kevin_zhangl 3 年之前
父节点
当前提交
1e40bbf231
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontendApi/modules/v1/controllers/UserController.php

+ 1 - 1
frontendApi/modules/v1/controllers/UserController.php

@@ -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']].= '满';