Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
fangxinjiang
yifu-mvp
Commits
02166357
Commit
02166357
authored
Mar 10, 2023
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社保配置修改
parent
c3ec3877
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
TDispatchInfoController.java
...us/v1/yifu/social/controller/TDispatchInfoController.java
+21
-0
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/controller/TDispatchInfoController.java
View file @
02166357
...
@@ -50,6 +50,7 @@ import org.springframework.web.multipart.MultipartFile;
...
@@ -50,6 +50,7 @@ import org.springframework.web.multipart.MultipartFile;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletRequest
;
import
javax.servlet.http.HttpServletResponse
;
import
javax.servlet.http.HttpServletResponse
;
import
java.util.ArrayList
;
import
java.util.List
;
import
java.util.List
;
/**
/**
...
@@ -427,6 +428,26 @@ public class TDispatchInfoController {
...
@@ -427,6 +428,26 @@ public class TDispatchInfoController {
}
}
}
}
/**
* @Author huyc
* @Description 单个派减
* @Date 16:54 2023/3/9
* @Param
* @return
**/
@Operation
(
description
=
"单个派减"
)
@SysLog
(
"单个派减"
)
@PostMapping
(
"/reduceSocialAndFund"
)
public
R
<
List
<
ErrorMessage
>>
reduceSocialAndFund
(
@RequestBody
TDispatchReduceVo
excelVOList
,
@RequestParam
(
required
=
false
)
String
orderId
)
{
List
<
TDispatchReduceVo
>
list
=
new
ArrayList
<>();
list
.
add
(
excelVOList
);
YifuUser
user
=
SecurityUtils
.
getUser
();
List
<
ErrorMessage
>
errorMessageList
=
new
ArrayList
<>();
tDispatchInfoService
.
batchReduceDispatch
(
list
,
errorMessageList
,
user
,
orderId
);
return
R
.
ok
(
errorMessageList
);
}
/**
/**
* @Author fxj
* @Author fxj
* @Description 派单申请批量审核
* @Description 派单申请批量审核
...
...
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