mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-10 21:32:48 +00:00
晚上
This commit is contained in:
parent
e4acd5c41a
commit
df83d167fe
@ -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",
|
||||||
|
|||||||
@ -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 => {
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user