|
|
|
@ -36,6 +36,7 @@ public class GencodeCustomObjController {
@@ -36,6 +36,7 @@ public class GencodeCustomObjController {
|
|
|
|
|
private LambdaQueryWrapper<GencodeCustomObj> getQueryWrapper(GencodeCustomObj gencodeCustomObj) { |
|
|
|
|
return new LambdaQueryWrapper<GencodeCustomObj>() |
|
|
|
|
.like(StrUtil.isNotBlank(gencodeCustomObj.getLabel()), GencodeCustomObj::getLabel, gencodeCustomObj.getLabel()) |
|
|
|
|
.like(StrUtil.isNotBlank(gencodeCustomObj.getValue()), GencodeCustomObj::getValue, gencodeCustomObj.getValue()) |
|
|
|
|
.orderByAsc(GencodeCustomObj::getSort); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|