From 16fead435b7c22e105cc50f1bb2771459396bd5d Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Mon, 11 Mar 2024 09:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/user/UserBillDao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/dao/user/UserBillDao.php b/app/common/dao/user/UserBillDao.php index 6fc324f0..1a0c342c 100755 --- a/app/common/dao/user/UserBillDao.php +++ b/app/common/dao/user/UserBillDao.php @@ -195,7 +195,7 @@ class UserBillDao extends BaseDao $query->whereIn('type', ['pay_product', 'recharge', 'sys_inc_money', 'sys_dec_money', 'brokerage', 'presell', 'refund', 'zhibo_reward_inc', 'zhibo_reward_dec','order_one']) ->where(function ($query) { $query->where('category', 'now_money') - ->orWhere('category', 'brokerage'); + ->whereOr('category', 'brokerage'); }) ; else if ($where['now_money'] == 1)