修复快捷查询错误

This commit is contained in:
2023-09-27 09:23:45 +08:00
parent 8352116bea
commit 5abc98024c

View File

@@ -23,6 +23,8 @@ class BaseModelBase extends Model
*/
public static $autoCache = [];
protected static $uGetList = [];
public static function onAfterWrite($model)
{
static::autoRemoveCache($model);