Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
ms-data-circulation-portal-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
29919672
authored
2025-10-16 10:55:20 +0800
by
xu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
可信空间连接器入住接口
1 parent
b0647d26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/csbr/qingcloud/portal/service/impl/TdsConnectorIdentityManagementServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/service/impl/TdsConnectorIdentityManagementServiceImpl.java
View file @
2991967
...
...
@@ -368,9 +368,10 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl
queryWrapper
.
ne
(
MfTdsConnectorIdentityManagement:
:
getGuid
,
rqVO
.
getGuid
());
}
//排除驳回、撤回的数据
queryWrapper
.
notIn
(
MfTdsConnectorIdentityManagement:
:
get
Biz
ApproveState
,
ApprovalStateEnum
.
CANCEL
.
getValue
(),
queryWrapper
.
notIn
(
MfTdsConnectorIdentityManagement:
:
get
CrossPlatform
ApproveState
,
ApprovalStateEnum
.
CANCEL
.
getValue
(),
ApprovalStateEnum
.
REJECT
.
getValue
(),
ApprovalStateEnum
.
DISABLE
.
getValue
());
//根据使用场景查询
queryWrapper
.
eq
(
MfTdsConnectorIdentityManagement:
:
getConnectorGuid
,
rqVO
.
getConnectorGuid
());
queryWrapper
.
eq
(
MfTdsConnectorIdentityManagement:
:
getUseScenariosCode
,
rqVO
.
getUseScenariosCode
());
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
);
//期望效期有效的
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment