From 4502f650f4816e55b5c7bf751ffce3aa0dce72dd Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 14 十月 2025 18:13:07 +0800
Subject: [PATCH] 找回密码功能
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEquipmentController.java | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEquipmentController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEquipmentController.java
index 9664f3f..820f05d 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEquipmentController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEquipmentController.java
@@ -60,24 +60,24 @@
}
-// /**
-// * 瀵煎嚭瀹跺涵璁惧璁板綍鍒楄〃
-// */
-//// @PreAuthorize("@ss.hasPermi('system:equipment:export')")
-// @Log(title = "瀹跺涵璁惧璁板綍", businessType = BusinessType.EXPORT)
-// @PostMapping("/export")
-// public void export(HttpServletResponse response, ZfEquipment zfEquipment)
-// {
-// List<ZfEquipment> list = zfEquipmentService.selectByCondition(zfEquipment);
-// log.info("瀵煎嚭璁板綍涓�:{}",list);
-// ExcelUtil<ZfEquipment> util = new ExcelUtil<ZfEquipment>(ZfEquipment.class);
-// util.exportExcel(response, list, "瀹跺涵璁惧璁板綍鏁版嵁");
-// }
+ /**
+ * 瀵煎嚭瀹跺涵璁惧璁板綍鍒楄〃
+ */
+// @PreAuthorize("@ss.hasPermi('system:equipment:export')")
+ @Log(title = "瀹跺涵璁惧璁板綍", businessType = BusinessType.EXPORT)
+ @PostMapping("/export")
+ public void export(HttpServletResponse response, ZfEquipment zfEquipment)
+ {
+ List<ZfEquipment> list = zfEquipmentService.selectByCondition(zfEquipment);
+ log.info("瀵煎嚭璁板綍涓�:{}",list);
+ ExcelUtil<ZfEquipment> util = new ExcelUtil<ZfEquipment>(ZfEquipment.class);
+ util.exportExcel(response, list, "瀹跺涵璁惧璁板綍鏁版嵁");
+ }
/**
* 瀵煎嚭瀹跺涵璁惧璁板綍鍒楄〃
*/
@Log(title = "瀹跺涵璁惧璁板綍", businessType = BusinessType.EXPORT)
- @PostMapping("/export/{ids}")
+ @PostMapping("/export1/{ids}")
public void export(HttpServletResponse response, @PathVariable Long[] ids) {
List<ZfEquipment> list = zfEquipmentService.selectByIds(ids);
log.info("瀵煎嚭璁板綍涓�:{}", list);
--
Gitblit v1.9.1