mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 11:02:48 +08:00
修复快捷查询错误
This commit is contained in:
@@ -23,6 +23,8 @@ class BaseModelBase extends Model
|
|||||||
*/
|
*/
|
||||||
public static $autoCache = [];
|
public static $autoCache = [];
|
||||||
|
|
||||||
|
protected static $uGetList = [];
|
||||||
|
|
||||||
public static function onAfterWrite($model)
|
public static function onAfterWrite($model)
|
||||||
{
|
{
|
||||||
static::autoRemoveCache($model);
|
static::autoRemoveCache($model);
|
||||||
|
|||||||
Reference in New Issue
Block a user