feat: 修改用户签到逻辑

This commit is contained in:
mkm 2024-07-11 14:15:19 +08:00
parent de64ba837c
commit 359d386cfc

View File

@ -45,7 +45,7 @@ class UserSignLogic extends BaseLogic
return false;
}
$count = UserRecharge::where(['uid'=>$order->uid,'paid'=>YesNoEnum::YES])->count();
if ($count ==1 && in_array($user_ship, [1, 2, 3, 5, 6, 7, 8])) {
if ($count ==1 && $user_ship>0) {
//首充
$write = self::write($order, $total_vip, 0, 1, 9);
self::write_log($write, $total_vip, 0, 7);