Przeglądaj źródła

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

kevin_zhangl 3 lat temu
rodzic
commit
1e40bbf231

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