From fc4c27c84e84aa61a6e7a35fd90d4a52299190de Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 31 Dec 2024 17:27:14 +0800
Subject: [PATCH] chore(mall): 修改定时任务执行周期

---
 src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html |    3 +++
 1 files changed, 3 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 925fdf1..e283efb 100644
--- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
+++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html
@@ -256,6 +256,9 @@
                     {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'},
                     {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},
+                    {field: 'teamCnt', title: '团队', minWidth: 100,align:'left', totalRow:true},
+                    {field: 'achieveCnt', title: '业绩', minWidth: 100,align:'left', totalRow:true},
                     {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'},
                     {field: 'levelName', title: '会员等级', minWidth: 100,align:'left'},
                     {field: 'director', title: '节点', templet: '#switchDirector', minWidth: 100,align:'center'},

--
Gitblit v1.9.1