Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lyf-beidou-cdp-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhoupeng
lyf-beidou-cdp-api
Commits
ac1a0146
Commit
ac1a0146
authored
Aug 31, 2023
by
zhoupeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交导入组织架构openapi接口
parent
0f5c0643
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SyncEmployeCdpController.java
...m/rome/order/api/controller/SyncEmployeCdpController.java
+2
-2
No files found.
src/main/java/com/rome/order/api/controller/SyncEmployeCdpController.java
View file @
ac1a0146
...
...
@@ -32,7 +32,7 @@ public class SyncEmployeCdpController {
@GetMapping
(
"/synByCdpEmployee"
)
@ApiOperation
(
value
=
"
新Cdp根据员工号同步员工信息
"
)
@ApiOperation
(
value
=
"
指定组织架构下某员工为企业管理员
"
)
public
Response
<
Boolean
>
synByCdpEmployee
(
@RequestParam
(
"employeeNumber"
)
String
employeeNumber
){
Boolean
flag
=
syncEmployeCdpService
.
synByCdpEmployee
(
employeeNumber
);
return
Response
.
builderSuccess
(
flag
);
...
...
@@ -40,7 +40,7 @@ public class SyncEmployeCdpController {
@GetMapping
(
"/syncProgress"
)
@ApiOperation
(
value
=
"
新Cdp根据员工号同步员工信息
"
)
@ApiOperation
(
value
=
"
查询组织架构导入进度接口
"
)
public
Response
<
String
>
syncProgress
(){
String
progress
=
syncEmployeCdpService
.
synProgress
();
return
Response
.
builderSuccess
(
progress
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment