moonsflyer 7 달 전
부모
커밋
d2763edf22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/adminapi/logic/agricultural_machinery/UserServiceLogic.php

+ 1 - 1
app/adminapi/logic/agricultural_machinery/UserServiceLogic.php

@@ -142,7 +142,7 @@ class UserServiceLogic extends BaseLogic
      */
     public static function detail($params) : array
     {
-        return UserService::findOrEmpty($params['id'])->append(['status_desc','pay_status_desc','type_desc','cate_desc','area_desc','user','mechanical_cate_desc'])->toArray();
+        return UserService::findOrEmpty($params['id'])->append(['status_desc','type_desc','cate_desc','area_desc','user','mechanical_cate_desc'])->toArray();
     }
 
     /**