Przeglądaj źródła

修改数据库类型字段获取

liaofei 2 lat temu
rodzic
commit
447b2f5fa4
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      crmeb/app/services/system/SystemCrudServices.php

+ 3 - 2
crmeb/app/services/system/SystemCrudServices.php

@@ -67,10 +67,10 @@ class SystemCrudServices extends BaseServices
 
     /**
      * 数据库字段类型
+     * @return \string[][]
      * @author 等风来
      * @email 136327134@qq.com
      * @date 2023/4/11
-     * @return \string[][]
      */
     public function getTabelRule()
     {
@@ -97,7 +97,8 @@ class SystemCrudServices extends BaseServices
                 'point',
                 'linestring',
                 'polygon',
-            ];
+            ]
+        ];
     }
 
     /**