From 9fef5e91afa0073f95dd203159b5eccf68555536 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 19 Aug 2025 11:20:12 +0800
Subject: [PATCH] refactor(mall): 修改 WxxcxJob 类的条件加载配置- 将 @ConditionalOnProperty 注解的 havingValue 属性从 "true" 改为 "false"- 此修改改变了 WxxcxJob 类的加载条件,根据配置项 system.job 的值来决定是否加载该类
---
src/main/resources/templates/febs/views/modules/votesActivity/voteRecord.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/votesActivity/voteRecord.html b/src/main/resources/templates/febs/views/modules/votesActivity/voteRecord.html
index 81de6bc..44c9be0 100644
--- a/src/main/resources/templates/febs/views/modules/votesActivity/voteRecord.html
+++ b/src/main/resources/templates/febs/views/modules/votesActivity/voteRecord.html
@@ -41,12 +41,12 @@
tableIns = febs.table.init({
elem: $view.find('table'),
id: 'voteRecordTable',
- url: ctx + 'admin/votesActivity/voteRecord?parentId=1',
+ url: ctx + 'admin/happyActivity/voteRecord?parentId=1',
cols: [[
{field: 'memberName', title: '昵称', minWidth: 150,align:'center'},
{field: 'activityName', title: '活动', minWidth: 150,align:'center'},
{field: 'optionName', title: '选项', minWidth: 150,align:'center'},
- {field: 'voteTime', title: '投票时间', minWidth: 150,align:'center'}
+ {field: 'createdTime', title: '投票时间', minWidth: 150,align:'center'}
]]
});
}
--
Gitblit v1.9.1