lqmac 5 months ago
parent d5f521c8db
commit 29cddcaeb2
  1. 2
      app/command/CalDealerTime.php

@ -110,7 +110,7 @@ class CalDealerTime extends Command
{
$normalUserIds = [];
$list = (new User)->where(['user_type' => UserTypeEnum::MEMBER])
->whereDay('effective_time', $nowDay)
->where('fx_effective_time', "<", $nowDay)
->field('user_id,user_type,effective_time')
->select();
if (!$list->isEmpty()) {

Loading…
Cancel
Save