|
|
@ -55,7 +55,7 @@ public class DcWarningController extends BaseController |
|
|
|
@PreAuthorize("@ss.hasPermi('business:warning:export')") |
|
|
|
@Log(title = "预警信息", businessType = BusinessType.EXPORT) |
|
|
|
@PostMapping("/export") |
|
|
|
public void export(HttpServletResponse response, DcWarning dcWarning) |
|
|
|
public void export(HttpServletResponse response,@RequestBody DcWarning dcWarning) |
|
|
|
{ |
|
|
|
List<DcWarning> list = dcWarningService.export(dcWarning); |
|
|
|
ExcelUtil<DcWarning> util = new ExcelUtil<>(DcWarning.class); |
|
|
|