mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-10 13:23:22 +00:00
晚上
This commit is contained in:
parent
e4acd5c41a
commit
df83d167fe
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cool-midway/core",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"description": "cool-admin midway core",
|
||||
"main": "dist/index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
||||
@ -469,7 +469,7 @@ export abstract class BasePgService {
|
||||
}
|
||||
}
|
||||
// 关键字模糊搜索
|
||||
if (keyWord || keyWord == 0) {
|
||||
if (keyWord || keyWord === 0) {
|
||||
keyWord = `%${keyWord}%`;
|
||||
find.andWhere(
|
||||
new Brackets(qb => {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cool-midway/task",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"description": "cool-admin midway task",
|
||||
"main": "dist/index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user