作者 lyh

gx

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