From 7a532f5ff3907fc5b9275f1327ce278d0e6cc3f5 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Sun, 19 Oct 2025 17:21:37 +0800 Subject: [PATCH] commit --- .../controller/MeetingMineController.java | 2 +- .../trainSignUp/userAdjust/userInfo.js | 1 - .../dayofficework/meeting/manage/basicForm.js | 4 +++ .../zhghh5/activity/family/list/index.html | 25 +++++++++++++++++++ .../activity/trainSignUp/list/index.html | 24 ++++++++++++++++++ .../dayofficework/literacy/list/index.html | 24 ++++++++++++++++++ 6 files changed, 78 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/budwk/app/zhgh/dayofficework/meeting/controller/MeetingMineController.java b/src/main/java/com/budwk/app/zhgh/dayofficework/meeting/controller/MeetingMineController.java index d96db682..5d339830 100644 --- a/src/main/java/com/budwk/app/zhgh/dayofficework/meeting/controller/MeetingMineController.java +++ b/src/main/java/com/budwk/app/zhgh/dayofficework/meeting/controller/MeetingMineController.java @@ -100,7 +100,7 @@ public class MeetingMineController { if (StrUtil.isNotBlank(pageForm.getSearchKeyword())) { SqlExpressionGroup seg = new SqlExpressionGroup(); seg.or("name", "like", "%" + pageForm.getSearchKeyword() + "%"); - seg.or("name", "like", "%" + pageForm.getSearchKeyword() + "%"); + seg.or("address", "like", "%" + pageForm.getSearchKeyword() + "%"); cnd.and(seg); } if (StrUtil.isNotBlank(pageForm.getPageOrderName()) && StrUtil.isNotBlank(pageForm.getPageOrderBy())) { diff --git a/src/main/resources/views/platform/zhgh/activity/trainSignUp/userAdjust/userInfo.js b/src/main/resources/views/platform/zhgh/activity/trainSignUp/userAdjust/userInfo.js index 9707be8e..f0e2e88f 100644 --- a/src/main/resources/views/platform/zhgh/activity/trainSignUp/userAdjust/userInfo.js +++ b/src/main/resources/views/platform/zhgh/activity/trainSignUp/userAdjust/userInfo.js @@ -51,7 +51,6 @@ const userInfo = {