From c01417a65b352d4bcb3313e04eb15357784d85ed Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Fri, 27 Oct 2023 00:43:06 +0800 Subject: [PATCH] yh --- Application/Admin/Controller/SpendController.class.php | 2 ++ Application/Admin/View/Spend/lists.html | 1 + 2 files changed, 3 insertions(+) diff --git a/Application/Admin/Controller/SpendController.class.php b/Application/Admin/Controller/SpendController.class.php index 48daf740b..3953fbc74 100644 --- a/Application/Admin/Controller/SpendController.class.php +++ b/Application/Admin/Controller/SpendController.class.php @@ -76,6 +76,8 @@ class SpendController extends ThinkController if (isset($_REQUEST['pay_way'])) { if ($_REQUEST['pay_way'] == 2) { $map['pay_way'] = ['in', '2,3,4']; + } else if ($_REQUEST['pay_way'] == -99) { + $map['pay_way'] = ['neq', -1]; } else { $map['pay_way'] = $_REQUEST['pay_way']; } diff --git a/Application/Admin/View/Spend/lists.html b/Application/Admin/View/Spend/lists.html index 604c7c1db..dec220c81 100644 --- a/Application/Admin/View/Spend/lists.html +++ b/Application/Admin/View/Spend/lists.html @@ -120,6 +120,7 @@ +