guhongwei 3 years ago
parent
commit
c3ad2670ba
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/controller/users/.personal.js

+ 3 - 1
app/controller/users/.personal.js

@@ -14,6 +14,7 @@ module.exports = {
       "remark",
       "juris",
       "create_time",
+      "is_expert",
     ],
   },
   destroy: {
@@ -35,6 +36,7 @@ module.exports = {
       "remark",
       "juris",
       "create_time",
+      "is_expert",
     ],
   },
   show: {
@@ -48,7 +50,7 @@ module.exports = {
       query: {
         phone: "phone",
         code: "code",
-        juris:"juris",
+        juris: "juris",
         status: "status",
         profession: "profession",
         "create_time@start": "create_time@start",