Commit 7ef55fcb authored by hongguangwu's avatar hongguangwu

MVP1.7.18-正常分支-查询条件与2个导出

parent 1e5f253c
...@@ -133,7 +133,7 @@ public class FailReasonConfigController { ...@@ -133,7 +133,7 @@ public class FailReasonConfigController {
* @author hgw * @author hgw
* @date 2025-12-09 15:55:26 * @date 2025-12-09 15:55:26
**/ **/
@Operation(description = "失败原因配置批量导出") @Operation(summary = "失败原因配置批量导出")
@SysLog("失败原因配置批量导出") @SysLog("失败原因配置批量导出")
@PostMapping("/export") @PostMapping("/export")
public void export(HttpServletResponse response, @RequestBody FailReasonConfigSearchVo searchVo) { public void export(HttpServletResponse response, @RequestBody FailReasonConfigSearchVo searchVo) {
......
...@@ -195,7 +195,7 @@ public class TSocialDeadlineInfoController { ...@@ -195,7 +195,7 @@ public class TSocialDeadlineInfoController {
* @Date: 2025/12/9 17:09 * @Date: 2025/12/9 17:09
* @return: void * @return: void
**/ **/
@Operation(description = "办理截止日期批量导出") @Operation(summary = "办理截止日期批量导出")
@SysLog("办理截止日期批量导出") @SysLog("办理截止日期批量导出")
@PostMapping("/export") @PostMapping("/export")
public void export(HttpServletResponse response, @RequestBody TSocialDeadlineInfoSearchVo searchVo) { public void export(HttpServletResponse response, @RequestBody TSocialDeadlineInfoSearchVo searchVo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment