Commit 13798e27 authored by 韩桐桐's avatar 韩桐桐

fix(jyjc):定(首)检验列表导出功能

parent f836c470
...@@ -283,8 +283,8 @@ public class JyjcInspectionApplicationController extends BaseController { ...@@ -283,8 +283,8 @@ public class JyjcInspectionApplicationController extends BaseController {
} }
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/export") @GetMapping(value = "/DS/export")
@ApiOperation(httpMethod = "GET", value = "列表数据导出", notes = "列表数据导出") @ApiOperation(httpMethod = "GET", value = "定(首)检验列表(企业)列表数据导出", notes = "定(首)检验列表(企业)列表数据导出")
public void export(HttpServletResponse response, String ids) { public void export(HttpServletResponse response, String ids) {
Assert.hasText(ids,"未选择导出数据"); Assert.hasText(ids,"未选择导出数据");
jyjcInspectionApplicationServiceImpl.export(response, Arrays.asList(ids.split(","))); jyjcInspectionApplicationServiceImpl.export(response, Arrays.asList(ids.split(",")));
......
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