可信空间连接器入住接口
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -368,9 +368,10 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl | ... | @@ -368,9 +368,10 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl |
| 368 | queryWrapper.ne(MfTdsConnectorIdentityManagement::getGuid,rqVO.getGuid()); | 368 | queryWrapper.ne(MfTdsConnectorIdentityManagement::getGuid,rqVO.getGuid()); |
| 369 | } | 369 | } |
| 370 | //排除驳回、撤回的数据 | 370 | //排除驳回、撤回的数据 |
| 371 | queryWrapper.notIn(MfTdsConnectorIdentityManagement::getBizApproveState,ApprovalStateEnum.CANCEL.getValue(), | 371 | queryWrapper.notIn(MfTdsConnectorIdentityManagement::getCrossPlatformApproveState,ApprovalStateEnum.CANCEL.getValue(), |
| 372 | ApprovalStateEnum.REJECT.getValue(),ApprovalStateEnum.DISABLE.getValue()); | 372 | ApprovalStateEnum.REJECT.getValue(),ApprovalStateEnum.DISABLE.getValue()); |
| 373 | //根据使用场景查询 | 373 | //根据使用场景查询 |
| 374 | queryWrapper.eq(MfTdsConnectorIdentityManagement::getConnectorGuid,rqVO.getConnectorGuid()); | ||
| 374 | queryWrapper.eq(MfTdsConnectorIdentityManagement::getUseScenariosCode,rqVO.getUseScenariosCode()); | 375 | queryWrapper.eq(MfTdsConnectorIdentityManagement::getUseScenariosCode,rqVO.getUseScenariosCode()); |
| 375 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); | 376 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
| 376 | //期望效期有效的 | 377 | //期望效期有效的 | ... | ... |
-
Please register or sign in to post a comment