From 69ef58b01fd739e1d5a746c0a0cfab7a7f630eda Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Nov 2022 15:46:32 +0800
Subject: [PATCH] 20221021

---
 src/main/resources/templates/febs/views/dapp/money-change-flow.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/money-change-flow.html b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
index 6721b5e..ae6d17d 100644
--- a/src/main/resources/templates/febs/views/dapp/money-change-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -27,6 +27,7 @@
                                                 <option value="7">流水佣金</option>
                                                 <option value="8">盈利分成</option>
                                                 <option value="9">系统</option>
+                                                <option value="10">充值</option>
                                             </select>
                                         </div>
                                     </div>
@@ -149,7 +150,7 @@
                     {field: 'createTime', title: '创建时间', minWidth: 180},
                     {title: '流水记录',
                         templet: function (d) {
-                            if(d.orderId != null || d.orderId != ""){
+                            if(d.orderId > 0){
                                 return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="amountFlow" shiro:hasPermission="user:update">流水记录</button>'
                             }else{
                                 return ''

--
Gitblit v1.9.1