Skip to content

Commit df83d16

Browse files
author
COOL
committed
晚上
1 parent e4acd5c commit df83d16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cool-midway/core",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "cool-admin midway core",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",

core/src/service/postgres.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export abstract class BasePgService {
469469
}
470470
}
471471
// 关键字模糊搜索
472-
if (keyWord || keyWord == 0) {
472+
if (keyWord || keyWord === 0) {
473473
keyWord = `%${keyWord}%`;
474474
find.andWhere(
475475
new Brackets(qb => {

task/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cool-midway/task",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "cool-admin midway task",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)