From b8aad3cdc2300a374cebc3b05583fe0eba4d2702 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 5 Jul 2024 18:32:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(UserSignLogic):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=A6=96=E5=85=85=E9=80=BB=E8=BE=91=E5=88=A4=E6=96=AD=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/logic/UserSignLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/UserSignLogic.php b/app/common/logic/UserSignLogic.php index f08302e7b..7f77e4f40 100644 --- a/app/common/logic/UserSignLogic.php +++ b/app/common/logic/UserSignLogic.php @@ -43,7 +43,7 @@ class UserSignLogic extends BaseLogic return false; } $count = UserRecharge::where('uid', $order->uid)->count(); - if ($count >=1 && in_array($user_ship, [1, 2, 3, 5, 6, 7, 8])) { + if ($count ==1 && in_array($user_ship, [1, 2, 3, 5, 6, 7, 8])) { //首充 $write = self::write($order, $total_vip, 0, 1, 9); self::write_log($write, $total_vip, 0, 7);