Commit bb62f685 authored by 韩桐桐's avatar 韩桐桐

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

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