This commit is contained in:
COOL 2025-03-12 16:50:08 +08:00
parent e4acd5c41a
commit df83d167fe
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@cool-midway/core", "name": "@cool-midway/core",
"version": "8.0.1", "version": "8.0.2",
"description": "cool-admin midway core", "description": "cool-admin midway core",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "index.d.ts", "typings": "index.d.ts",

View File

@ -469,7 +469,7 @@ export abstract class BasePgService {
} }
} }
// 关键字模糊搜索 // 关键字模糊搜索
if (keyWord || keyWord == 0) { if (keyWord || keyWord === 0) {
keyWord = `%${keyWord}%`; keyWord = `%${keyWord}%`;
find.andWhere( find.andWhere(
new Brackets(qb => { new Brackets(qb => {

View File

@ -1,6 +1,6 @@
{ {
"name": "@cool-midway/task", "name": "@cool-midway/task",
"version": "8.0.1", "version": "8.0.2",
"description": "cool-admin midway task", "description": "cool-admin midway task",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "index.d.ts", "typings": "index.d.ts",