合并分支 'lyh-server' 到 'master'
Lyh server 查看合并请求 !1732
正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
| @@ -67,6 +67,7 @@ class OnlineController extends BaseController | @@ -67,6 +67,7 @@ class OnlineController extends BaseController | ||
| 67 | 'gl_project.is_upgrade AS is_upgrade', | 67 | 'gl_project.is_upgrade AS is_upgrade', |
| 68 | 'gl_project_online_check.id AS online_check_id', | 68 | 'gl_project_online_check.id AS online_check_id', |
| 69 | 'gl_project_online_check.question AS question', | 69 | 'gl_project_online_check.question AS question', |
| 70 | + 'gl_project_online_check.go_question AS go_question', | ||
| 70 | 'gl_project_online_check.optimist_status AS optimist_status', | 71 | 'gl_project_online_check.optimist_status AS optimist_status', |
| 71 | 'gl_project_online_check.qa_status AS qa_status', | 72 | 'gl_project_online_check.qa_status AS qa_status', |
| 72 | 'gl_project_payment.amount AS amount', | 73 | 'gl_project_payment.amount AS amount', |
| @@ -29,9 +29,9 @@ class GoogleLinkController extends BaseController | @@ -29,9 +29,9 @@ class GoogleLinkController extends BaseController | ||
| 29 | if(empty($lists['list'])){ | 29 | if(empty($lists['list'])){ |
| 30 | $linkService = new GoogleLinkService(); | 30 | $linkService = new GoogleLinkService(); |
| 31 | $data = $linkService->linkPageData($this->user['domain'],$this->user['project_id']); | 31 | $data = $linkService->linkPageData($this->user['domain'],$this->user['project_id']); |
| 32 | - $data = $this->paginateArray($data,$this->page,$this->row); | 32 | + $lists = $this->paginateArray($data,$this->page,$this->row); |
| 33 | } | 33 | } |
| 34 | - $this->response('success',Code::SUCCESS,$data); | 34 | + $this->response('success',Code::SUCCESS,$lists); |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
-
请 注册 或 登录 后发表评论