Explorar o código

调整图片返回列问题

liaofei %!s(int64=2) %!d(string=hai) anos
pai
achega
8a228a5800
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/adminapi/controller/v1/setting/SystemCrud.php

+ 1 - 1
crmeb/app/adminapi/controller/v1/setting/SystemCrud.php

@@ -566,7 +566,7 @@ class SystemCrud extends AuthController
                 }
                 $columns[] = [
                     'title' => $item['table_name'] ?: $item['comment'],
-                    'key' => $item['field'],
+                    $keyName => $item['field'],
                     'from_type' => $item['from_type'],
                 ];
             }