fix actionFindByDate in ReportsController
This commit is contained in:
parent
c9ce085289
commit
bbc11fc559
@ -87,7 +87,7 @@ class ReportsController extends ApiController
|
||||
if(!$reportsModel->validate()){
|
||||
return $reportsModel->errors;
|
||||
}
|
||||
return $reportsModel->byParams();
|
||||
return $reportsModel->findByDate();
|
||||
}
|
||||
|
||||
public function actionCreate()
|
||||
|
Loading…
Reference in New Issue
Block a user