|
|
|
@ -80,8 +80,8 @@ public class BmsTemplateInfoController extends BaseController {
|
|
|
|
|
/**
|
|
|
|
|
* 导出模板表单
|
|
|
|
|
*/
|
|
|
|
|
// @PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
|
// @Log(title = "导出模板表单", businessType = BusinessType.EXPORT)
|
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin,other-gov,gov')")
|
|
|
|
|
@Log(title = "导出模板表单", businessType = BusinessType.EXPORT)
|
|
|
|
|
@ApiOperation(value = "导出模板表单")
|
|
|
|
|
@GetMapping(value = "/exportTemplate/{id}")
|
|
|
|
|
public void exportTemplate(HttpServletResponse response, @PathVariable("id") Long id) {
|
|
|
|
|