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
e44f81a5
authored
2025-10-16 16:27:53 +0800
by
xiaojie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【数据资产】
1、主平台审批通过 同步经办人和法人到数据港
1 parent
c9932ab1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseChangeApproveServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseChangeApproveServiceImpl.java
View file @
e44f81a
...
...
@@ -248,10 +248,6 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
//同步更新会员表
enterpriseService
.
updateTenant
(
vo
);
// 调用数据港法人和经办人更新接口
dataPortService
.
operatorUpdate
(
entity
);
dataPortService
.
enterpriseUpdate
(
entity
);
}
}
...
...
@@ -352,6 +348,10 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
//同步更新会员表
enterpriseService
.
updateTenant
(
vo
);
// 调用数据港法人和经办人更新接口
dataPortService
.
operatorUpdate
(
entity
);
dataPortService
.
enterpriseUpdate
(
entity
);
}
}
...
...
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseServiceImpl.java
View file @
e44f81a
...
...
@@ -477,9 +477,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
else
{
updateTenant
(
entity
);
}
// 调用数据港法人和经办人注册接口
dataPortService
.
operatorRegister
(
entity
);
dataPortService
.
enterpriseRegister
(
entity
);
}
}
...
...
@@ -522,6 +519,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
else
{
updateTenant
(
entity
);
}
// 调用数据港法人和经办人注册接口
dataPortService
.
operatorRegister
(
entity
);
dataPortService
.
enterpriseRegister
(
entity
);
}
}
...
...
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