From 20201b7c7b28d5342be4a0e0b1e8641b2490c78b Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 13 Jan 2025 22:34:13 +0800
Subject: [PATCH] fix(mall): 修复获取积分日榜和月榜时的潜在空指针异常
---
src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
index e283efb..4659eb4 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -254,6 +254,7 @@
{field: 'phone', title: '账号', minWidth: 150,align:'left',totalRowText:"合计"},
{field: 'name', title: '昵称', minWidth: 100,align:'left'},
{field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'},
+ {field: 'commission', title: 'USDT', minWidth: 100,align:'left', totalRow:true},
{field: 'balance', title: '碳币', minWidth: 100,align:'left', totalRow:true},
{field: 'score', title: '碳积分', minWidth: 100,align:'left', totalRow:true},
{field: 'directCnt', title: '直推', minWidth: 100,align:'left', totalRow:true},
--
Gitblit v1.9.1