Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XQuery查询报错 #2

Closed
waitaction opened this issue Sep 19, 2020 · 0 comments
Closed

XQuery查询报错 #2

waitaction opened this issue Sep 19, 2020 · 0 comments

Comments

@waitaction
Copy link

ui端有个查询
query: XQuery = { filter: [ { field: "descript", value: "qq" } ], sort: [{ field: 'create_time', value: 'desc' } };

在api端查询报错,经查,在文件src/core/services/repository.service.ts

代码处rep.andWhere(entity.${x.field} like %:param${index}%);

修改为 rep.andWhere(entity.${x.field} like concat('%',:param${index},'%'));

即查询正常

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant