mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 05:31:36 +08:00
修改connecttion和belongsTo若干文档注释错误
This commit is contained in:
@@ -2336,7 +2336,7 @@ class Query
|
||||
$modelName = $this->model;
|
||||
if (count($resultSet) > 0) {
|
||||
foreach ($resultSet as $key => $result) {
|
||||
/** @var Model $result */
|
||||
/** @var Model $model */
|
||||
$model = new $modelName($result);
|
||||
$model->isUpdate(true);
|
||||
|
||||
@@ -2392,6 +2392,7 @@ class Query
|
||||
* @param mixed $value 缓存数据
|
||||
* @param array $options 缓存参数
|
||||
* @param array $bind 绑定参数
|
||||
* @return string
|
||||
*/
|
||||
protected function getCacheKey($value, $options, $bind = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user