69b0f0e6 by xu

可信空间连接器入住接口

1 parent baca6491
...@@ -94,7 +94,7 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl ...@@ -94,7 +94,7 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl
94 queryVO.getGuidList()); 94 queryVO.getGuidList());
95 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'"; 95 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'";
96 if(StringUtils.isNotBlank(queryVO.getConName())){ 96 if(StringUtils.isNotBlank(queryVO.getConName())){
97 existsSql = existsSql+" and connector_name like '%+"+queryVO.getConName()+"+%'"; 97 existsSql = existsSql+" and a.connector_name like '%+"+queryVO.getConName()+"+%'";
98 } 98 }
99 queryWrapper.exists(existsSql); 99 queryWrapper.exists(existsSql);
100 queryWrapper.orderByDesc(MfTdsConnectorIdentityManagement::getCreateTime); 100 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!