作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -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 }