作者 邓超

job

@@ -127,6 +127,10 @@ class Job extends Base { @@ -127,6 +127,10 @@ class Job extends Base {
127 127
128 $lists = db()->all(sendJobStatusSql::detail($where, $page, $limit, $isExport)); 128 $lists = db()->all(sendJobStatusSql::detail($where, $page, $limit, $isExport));
129 129
  130 + foreach ($lists as &$list) {
  131 + $list['error'] = '';
  132 + }
  133 +
130 return listsPage($lists, 134 return listsPage($lists,
131 db()->count(sendJobStatusSql::detailCount($where)) 135 db()->count(sendJobStatusSql::detailCount($where))
132 , $page, $limit); 136 , $page, $limit);