From a2a9e62c1c7697d3ae6c1cd9714f2e3587fcb948 Mon Sep 17 00:00:00 2001 From: limu Date: Fri, 29 Dec 2023 12:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/dayValue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/command/dayValue.php b/app/command/dayValue.php index ef0e053..22f1ea8 100644 --- a/app/command/dayValue.php +++ b/app/command/dayValue.php @@ -122,7 +122,7 @@ class dayValue extends Command $user_temp = bcdiv($temp_value, (string)$num, 2); foreach ($nlv['uid'] as $uk => $uv) { $user = User::getDB()->where('uid', $uv)->find(); - if($user->pay_price > 0){ + //if($user->pay_price > 0){ $user->all_value = bcadd($user->all_value, $user_temp, 2); $user->save(); $user_log_data[] = [ @@ -133,7 +133,7 @@ class dayValue extends Command 'memo' => $nlv['alias'] . '贡献值', 'user_id' => $uv, ]; - } + //} }