项目编号模糊查询

master
Harry Yang 2023-01-04 17:28:24 +08:00
parent c7a0425f09
commit 6a6d10a090
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ public class ProcessController {
ExampleMatcher exampleMatcher = ExampleMatcher.matching()
.withMatcher("contractNo", ExampleMatcher.GenericPropertyMatcher::contains)
.withMatcher("projectNo", ExampleMatcher.GenericPropertyMatcher::contains)
.withMatcher("projectTitle", ExampleMatcher.GenericPropertyMatcher::contains)
.withMatcher("applyPersonName", ExampleMatcher.GenericPropertyMatcher::contains);