From b02beccf4567068cb47a3f1181a00039456c872d Mon Sep 17 00:00:00 2001 From: zqy <2522236926@qq.com> Date: 星期三, 06 八月 2025 15:37:20 +0800 Subject: [PATCH] 用户修改姓名和电话同步修改uaid --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfContactController.java | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfContactController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfContactController.java index d461ea6..fda1205 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfContactController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfContactController.java @@ -57,26 +57,26 @@ util.exportExcel(response,list,"閫氳褰曞鍏ユā鏉�"); } -// /** -// * 瀵煎嚭閫氳褰曡褰曞垪琛� -// */ -//// @PreAuthorize("@ss.hasPermi('system:property:export')") -// @Log(title = "閫氳褰曡褰�", businessType = BusinessType.EXPORT) -// @PostMapping("/export") -// public void export(HttpServletResponse response, ZfContact zfContact) -// { -// List<ZfContact> list = zfContactService.selectByCondition(zfContact); -// log.info("瀵煎嚭璁板綍涓�:{}",list); -// ExcelUtil<ZfContact> util = new ExcelUtil<>(ZfContact.class); -// util.exportExcel(response, list, "閫氳褰曡褰曟暟鎹�"); -// } + /** + * 瀵煎嚭閫氳褰曡褰曞垪琛� + */ +// @PreAuthorize("@ss.hasPermi('system:property:export')") + @Log(title = "閫氳褰曡褰�", businessType = BusinessType.EXPORT) + @PostMapping("/export") + public void export(HttpServletResponse response, ZfContact zfContact) + { + List<ZfContact> list = zfContactService.selectByCondition(zfContact); + log.info("瀵煎嚭璁板綍涓�:{}",list); + ExcelUtil<ZfContact> util = new ExcelUtil<>(ZfContact.class); + util.exportExcel(response, list, "閫氳褰曡褰曟暟鎹�"); + } /** * 瀵煎嚭閫氳褰曡褰曞垪琛� */ // @PreAuthorize("@ss.hasPermi('system:property:export')") @Log(title = "閫氳褰曡褰�", businessType = BusinessType.EXPORT) - @PostMapping("/export/{ids}") + @PostMapping("/export1/{ids}") public void export(HttpServletResponse response, @PathVariable Long[] ids) { List<ZfContact> list = zfContactService.selectByIds(ids); -- Gitblit v1.9.1