合并分支 'akun' 到 'master'
Akun 查看合并请求 !3294
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -18,7 +18,7 @@ class AiRemoveController extends BaseController | @@ -18,7 +18,7 @@ class AiRemoveController extends BaseController | ||
| 18 | public function getTaskLists() | 18 | public function getTaskLists() |
| 19 | { | 19 | { |
| 20 | $model = new AiRemove(); | 20 | $model = new AiRemove(); |
| 21 | - $lists = $model->lists($this->map, $this->page, $this->row, 'id', ['id', 'user_id', 'status', 'error_msg', 'created_at', 'updated_at']); | 21 | + $lists = $model->lists($this->map, $this->page, $this->row, 'id', ['id', 'user_id', 'status', 'created_at', 'updated_at']); |
| 22 | if (!empty($lists)) { | 22 | if (!empty($lists)) { |
| 23 | $manage_model = new Manage(); | 23 | $manage_model = new Manage(); |
| 24 | foreach ($lists['list'] as $k => $v) { | 24 | foreach ($lists['list'] as $k => $v) { |
-
请 注册 或 登录 后发表评论