69b0f0e6 by xu

可信空间连接器入住接口

1 parent baca6491
......@@ -94,7 +94,7 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl
queryVO.getGuidList());
String existsSql = "select guid from mf_tds_connector_identity a where a.guid=mf_tds_connector_identity_management.connector_guid and is_deleted='N' and is_change_data='N'";
if(StringUtils.isNotBlank(queryVO.getConName())){
existsSql = existsSql+" and connector_name like '%+"+queryVO.getConName()+"+%'";
existsSql = existsSql+" and a.connector_name like '%+"+queryVO.getConName()+"+%'";
}
queryWrapper.exists(existsSql);
queryWrapper.orderByDesc(MfTdsConnectorIdentityManagement::getCreateTime);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!