mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
配置模糊搜索
This commit is contained in:
parent
fac7f82c3d
commit
f390004a76
@ -12,6 +12,7 @@ import { RecycleDataService } from '../../service/data';
|
||||
api: ['info', 'page'],
|
||||
entity: RecycleDataEntity,
|
||||
pageQueryOp: {
|
||||
keyWordLikeFields: ['b.name', 'a.url'],
|
||||
select: ['a.*', 'b.name as userName'],
|
||||
join: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user