配置模糊搜索

This commit is contained in:
小鹏 2023-03-09 10:51:05 +08:00
parent fac7f82c3d
commit f390004a76

View File

@ -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: [
{