From fd31530ff2fef3cf194db806940633fdf3cd5be1 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 01 Apr 2026 22:35:57 +0800
Subject: [PATCH] feat(mybatis): 添加分页插件的 SQL 计数优化功能
---
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