mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
闭包查询使用cache(true)抛出异常
This commit is contained in:
@@ -2441,7 +2441,7 @@ class Query
|
||||
try {
|
||||
return md5($prefix . serialize($options) . serialize($bind));
|
||||
} catch (\Exception $e) {
|
||||
return;
|
||||
throw new Exception('closure not support cache(true)');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user