From c39f4892149b2335e44525e527fc11eb175f4333 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Sat, 27 Dec 2025 21:41:35 +0800
Subject: [PATCH] refactor(mall): 优化投票人数统计查询逻辑

---
 src/main/resources/templates/febs/views/modules/votesActivity/orderList.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
index 48408fe..0c4505b 100644
--- a/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
@@ -257,16 +257,19 @@
             tableIns = febs.table.init({
                 elem: $view.find('table'),
                 id: 'orderActivityTable',
-                url: ctx + 'admin/happyActivity/activityOrderList',
+                url: ctx + 'admin/happyActivity/activityOrderListV2',
                 toolbar:"#orderActivityToolbar",
                 defaultToolbar:[],
                 cols: [[
                     {type: 'checkbox'},
                     {type: 'numbers', title: '', width: 80},
                     {title: '操作', toolbar: '#orderActivityOption', minWidth: 200, align: 'center'},
-                    {field: 'name', title: '名称', minWidth: 100,align:'center'},
+                    {field: 'memberName', title: '名称', minWidth: 100,align:'center'},
                     {field: 'orderNo', title: '订单编号', minWidth: 100,align:'center'},
                     {field: 'activityName', title: '活动名称', minWidth: 100,align:'center'},
+                    {field: 'connectName', title: '报名人', minWidth: 100,align:'center'},
+                    {field: 'connectPhone', title: '报名电话', minWidth: 100,align:'center'},
+                    {field: 'connectAddress', title: '报名地址', minWidth: 100,align:'center'},
                     {field: 'price', title: '单价', minWidth: 100,align:'center'},
                     {field: 'numCnt', title: '数量', minWidth: 100,align:'center'},
                     {field: 'amount', title: '总价', minWidth: 100,align:'center'},

--
Gitblit v1.9.1