正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -226,7 +226,7 @@ class InquiryInfoLogic extends BaseLogic | @@ -226,7 +226,7 @@ class InquiryInfoLogic extends BaseLogic | ||
| 226 | */ | 226 | */ |
| 227 | public function getNewThirtyCount(){ | 227 | public function getNewThirtyCount(){ |
| 228 | $inquiryCountModel = new InquiryCount(); | 228 | $inquiryCountModel = new InquiryCount(); |
| 229 | - $lists = $inquiryCountModel->lists(['type'=>$this->param['type']],1,90,'created_at'); | 229 | + $lists = $inquiryCountModel->lists(['type'=>$this->param['type']],1,90); |
| 230 | return $this->success($lists); | 230 | return $this->success($lists); |
| 231 | } | 231 | } |
| 232 | } | 232 | } |
-
请 注册 或 登录 后发表评论