Skip to content

Commit 0faf0fe

Browse files
committed
修正Connection类update方法
1 parent cdeb9b4 commit 0faf0fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db/Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,6 @@ public function update(Query $query)
11341134
$key = $this->getCacheKey($query, $val);
11351135
}
11361136
}
1137-
$key = $this->getCacheKey($query, $options['where']['AND'][$pk]);
11381137
}
11391138

11401139
// 更新数据

0 commit comments

Comments
 (0)