正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -124,7 +124,7 @@ class Job extends Base { | @@ -124,7 +124,7 @@ class Job extends Base { | ||
124 | $lists = db()->all(sendJobStatusSql::detail($where, $page, $limit)); | 124 | $lists = db()->all(sendJobStatusSql::detail($where, $page, $limit)); |
125 | 125 | ||
126 | return listsPage($lists, | 126 | return listsPage($lists, |
127 | - db()->count(sendJobStatusSql::count($where)) | 127 | + db()->count(sendJobStatusSql::count($jobId)) |
128 | , 1, 20); | 128 | , 1, 20); |
129 | } | 129 | } |
130 | 130 |
-
请 注册 或 登录 后发表评论