From 86d405a84645893cffd72934dc8e35a8b59e2fcf Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 07 Nov 2023 11:10:04 +0800
Subject: [PATCH] 消息红包记录只储存36个小时
---
src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html b/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html
index 7991778..6f36a83 100644
--- a/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html
+++ b/src/main/resources/templates/febs/views/modules/chat/chatWithDrawList.html
@@ -161,8 +161,9 @@
{field: 'id', title: '', minWidth: 150,align:'center', totalRowText: '合计:',align:'center'},
{field: 'phone', title: '电话号码', minWidth: 150,align:'center'},
{field: 'nickName', title: '昵称', minWidth: 150,align:'center'},
+ {field: 'amount', title: '人民币金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amount) }}'},
{field: 'addressType', title: '公链', minWidth: 150,align:'center'},
- {field: 'amount', title: '金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amount) }}'},
+ {field: 'amountUSDT', title: 'USDT金额', minWidth: 100,align:'center',align:'center',totalRow: '{{= parseInt(d.amountUSDT) }}'},
{field: 'type', title: '类型',
templet: function (d) {
if (d.type === 1) {
--
Gitblit v1.9.1