6
0
Fork 0
release
李静 2022-03-28 10:49:48 +08:00
parent c8da24009e
commit e298e35fc2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ChannelSubsidySettleCommand extends Command
$page = 0;
DealerEarning::channelSubsidy()->withoutPayer()->onlyPending()->chunkById(200, function ($earnings) use (&$page) {
$earnings->load('dealer.userInfo');
$earnings->load(['earningable', 'user']);
foreach ($earnings as $earning) {
try {