From 9a35e2e3bded439bec2625055860c6f48e52efa7 Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期一, 19 一月 2026 10:22:51 +0800
Subject: [PATCH] 旅游修改为家族模块
---
zhang-content/src/main/java/com/ruoyi/service/impl/ZfEventServiceImpl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/service/impl/ZfEventServiceImpl.java b/zhang-content/src/main/java/com/ruoyi/service/impl/ZfEventServiceImpl.java
index 5238235..2d2aaf3 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/impl/ZfEventServiceImpl.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/impl/ZfEventServiceImpl.java
@@ -707,7 +707,7 @@
{
zfEventdto atd = new zfEventdto();
atd.setId(Math.toIntExact(obj.getId()));
- atd.setModule("瀹剁邯");
+ atd.setModule("浜嬬邯");
atd.setName(obj.getPeople());
atd.setCreateTime(obj.getCreateTime());
daoRes.add(atd);
--
Gitblit v1.9.1