优化细节;

This commit is contained in:
2022-04-20 13:00:15 +08:00
parent 578ca51f39
commit 0122c374be

View File

@@ -3,7 +3,7 @@
namespace app\admin\service\curd; namespace app\admin\service\curd;
use EasyAdmin\curd\exceptions\TableException; use app\admin\service\curd\exceptions\TableException;
use think\exception\FileException; use think\exception\FileException;
use think\facade\Db; use think\facade\Db;
use think\helper\Str; use think\helper\Str;
@@ -44,7 +44,7 @@ class BuildCurdService
* 表前缀 * 表前缀
* @var string * @var string
*/ */
protected $tablePrefix = 'ea'; protected $tablePrefix = 'ul';
/** /**
* 主表 * 主表
@@ -1535,7 +1535,7 @@ class BuildCurdService
return $name; return $name;
} }
/** /**
* 模板值替换 * 模板值替换
* @param $string * @param $string
* @param $array * @param $array