think-orm

This commit is contained in:
2025-08-15 10:51:00 +08:00
parent b461dab6fb
commit dc60b38526
27 changed files with 169 additions and 49 deletions

View File

@@ -486,7 +486,7 @@ class Crud extends Backend
{
$table = $this->request->get('table');
$connection = $this->request->get('connection');
$connection = $connection ?: config('database.default');
$connection = $connection ?: config('think-orm.default');
$crudLog = Db::name('crud_log')
->where('table_name', $table)