mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
log bulk update progress result
This commit is contained in:
@@ -937,7 +937,9 @@ class ExamRepository extends BaseRepository
|
||||
}
|
||||
$page++;
|
||||
}
|
||||
return compact('total', 'success');
|
||||
$result = compact('total', 'success');
|
||||
do_log("$logPrefix, result: " . json_encode($result));
|
||||
return $result;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user