项目编号模糊查询
parent
c7a0425f09
commit
6a6d10a090
|
@ -615,6 +615,7 @@ public class ProcessController {
|
||||||
|
|
||||||
ExampleMatcher exampleMatcher = ExampleMatcher.matching()
|
ExampleMatcher exampleMatcher = ExampleMatcher.matching()
|
||||||
.withMatcher("contractNo", ExampleMatcher.GenericPropertyMatcher::contains)
|
.withMatcher("contractNo", ExampleMatcher.GenericPropertyMatcher::contains)
|
||||||
|
.withMatcher("projectNo", ExampleMatcher.GenericPropertyMatcher::contains)
|
||||||
.withMatcher("projectTitle", ExampleMatcher.GenericPropertyMatcher::contains)
|
.withMatcher("projectTitle", ExampleMatcher.GenericPropertyMatcher::contains)
|
||||||
.withMatcher("applyPersonName", ExampleMatcher.GenericPropertyMatcher::contains);
|
.withMatcher("applyPersonName", ExampleMatcher.GenericPropertyMatcher::contains);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue