master
parent
053e7a90ca
commit
a4e33671bd
|
@ -56,9 +56,6 @@ public class NodeDispositionServiceImpl
|
|||
if (StringUtils.isNotEmpty(nodeDisposition.getDispLabel())){
|
||||
queryWrapper.eq(NodeDisposition::getDispLabel, nodeDisposition.getDispLabel());
|
||||
}
|
||||
if (StringUtils.isNotEmpty(nodeDisposition.getDispValue())){
|
||||
queryWrapper.eq(NodeDisposition::getDispValue, nodeDisposition.getDispValue());
|
||||
}
|
||||
if (StringUtils.isNotEmpty(nodeDisposition.getDispType())){
|
||||
queryWrapper.eq(NodeDisposition::getDispType, nodeDisposition.getDispType());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue