@ -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()) {