可信空间连接器入住接口
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment