|
...
|
...
|
@@ -226,7 +226,7 @@ class InquiryInfoLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function getNewThirtyCount(){
|
|
|
|
$inquiryCountModel = new InquiryCount();
|
|
|
|
$lists = $inquiryCountModel->lists(['type'=>$this->param['type']],1,90,'created_at');
|
|
|
|
$lists = $inquiryCountModel->lists(['type'=>$this->param['type']],1,90);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|