|
@@ -69,6 +69,7 @@ public class TblGatewayServiceImpl implements ITblGatewayService {
|
|
|
lqw.eq(bo.getFlowControl() != null, TblGateway::getFlowControl, bo.getFlowControl());
|
|
lqw.eq(bo.getFlowControl() != null, TblGateway::getFlowControl, bo.getFlowControl());
|
|
|
lqw.eq(StringUtils.isNotBlank(bo.getFlowControlType()), TblGateway::getFlowControlType, bo.getFlowControlType());
|
|
lqw.eq(StringUtils.isNotBlank(bo.getFlowControlType()), TblGateway::getFlowControlType, bo.getFlowControlType());
|
|
|
lqw.eq(StringUtils.isNotBlank(bo.getBelongService()), TblGateway::getBelongService, bo.getBelongService());
|
|
lqw.eq(StringUtils.isNotBlank(bo.getBelongService()), TblGateway::getBelongService, bo.getBelongService());
|
|
|
|
|
+ lqw.eq(StringUtils.isNotBlank(bo.getVersion()), TblGateway::getBelongService, bo.getVersion());
|
|
|
lqw.eq(StringUtils.isNotBlank(bo.getDescription()), TblGateway::getDescription, bo.getDescription());
|
|
lqw.eq(StringUtils.isNotBlank(bo.getDescription()), TblGateway::getDescription, bo.getDescription());
|
|
|
return lqw;
|
|
return lqw;
|
|
|
}
|
|
}
|