作者 邓超

x

.idea
composer.lock
vendor
config.php
\ No newline at end of file
config.php
public/temp
\ No newline at end of file
... ...
... ... @@ -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))
... ...