Commit 2011a292 authored by 韩桐桐's avatar 韩桐桐

feat(jg):基本信息汇总导出接口修改

parent 4bdd97e9
......@@ -176,11 +176,11 @@ public class JgUseRegistrationController extends BaseController {
}
@TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false)
@GetMapping(value = "/summaryBasicInfo/{category}/export")
@GetMapping(value = "/summaryBasicInfo/export")
@ApiOperation(httpMethod = "GET", value = "导出基本信息汇总表(工业管道/气瓶)", notes = "导出基本信息汇总表(工业管道/气瓶)")
public void exportSummaryBasicInfo(HttpServletResponse response,
@RequestParam("sequenceNbr") String sequenceNbr,
@PathVariable(value = "category") String category) {
@RequestParam("category") String category) {
jgUseRegistrationServiceImpl.exportSummaryBasicInfo(sequenceNbr, response, category);
}
......
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