...
|
...
|
@@ -33,7 +33,9 @@ class Job extends Base { |
|
|
|
|
|
$lists = db()->all(sendJobsSql::all($where,$page,$limit));
|
|
|
|
|
|
|
|
|
foreach ($lists as &$list){
|
|
|
$list['create_at'] = date('Y-m-d H:i:s',$list['send_time']);
|
|
|
}
|
|
|
|
|
|
return listsPage($lists,
|
|
|
db()->count(sendJobsSql::count($where))
|
...
|
...
|
|