Skip to content

Commit a8db9c1

Browse files
committed
修改文档
1 parent 3bd3953 commit a8db9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ db.name('teacher').where('username', '').select(function(query, db) {
176176
|`null`|null查询|
177177
|`not null`|不是null查询|
178178
表达式还不支持时间, 后续迭代
179-
- condition 查询条件
179+
- condition 查询的条件
180180
```js
181181
//以下的查询都是等价的
182182
db.name('teacher').where('username = \'\'')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xqj/mysql",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "使用TS封装node-mysql的常用操作,与ThinkPHP的查询器类似",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)