作者 lyh

gx

... ... @@ -54,6 +54,9 @@ class VisitController extends BaseController
* @time :2024/5/6 16:42
*/
public function downloadIndex(VisitLogic $logic){
if(isset($this->map['updated_date']) && is_array($this->map['updated_date'])){
$this->map['updated_date'] = ['between',$this->map['updated_date']];
}
$data = $logic->downloadItem($this->map,$this->page,$this->row,$this->order);
$this->response('success',Code::SUCCESS,$data);
}
... ...