...
|
...
|
@@ -127,6 +127,10 @@ class Job extends Base { |
|
|
|
|
|
$lists = db()->all(sendJobStatusSql::detail($where, $page, $limit, $isExport));
|
|
|
|
|
|
foreach ($lists as &$list) {
|
|
|
$list['error'] = '';
|
|
|
}
|
|
|
|
|
|
return listsPage($lists,
|
|
|
db()->count(sendJobStatusSql::detailCount($where))
|
|
|
, $page, $limit);
|
...
|
...
|
|