|
@@ -198,7 +198,7 @@ public class YqGOrderController extends BaseController {
|
|
|
@GetMapping("/getListWeiXiuExport")
|
|
|
public void getListWeiXiuExport(@Validated YqGOrder bo, HttpServletResponse response) {
|
|
|
List<YqGOrderExportVoWeiXiu> list = iGOrderService.getListWeiXiuExport(bo);
|
|
|
- ExcelUtil.exportExcel(list, "安检导出", YqGOrderExportVoWeiXiu.class, response);
|
|
|
+ ExcelUtil.exportExcel(list, "维修导出", YqGOrderExportVoWeiXiu.class, response);
|
|
|
}
|
|
|
|
|
|
/**
|