Commit f40ebadf by Phạm Văn Đoan

hiệu chỉnh lại số lượng bản ghi muốn lấy

parent 1a71e95d
...@@ -507,7 +507,7 @@ class CmsRanking extends CI_Controller ...@@ -507,7 +507,7 @@ class CmsRanking extends CI_Controller
if (in_array($scope, ['DAILY', 'WEEKLY', 'MONTHLY'])) { if (in_array($scope, ['DAILY', 'WEEKLY', 'MONTHLY'])) {
$overlap = $this->report_violation_model->getById($id, 0); $overlap = $this->report_violation_model->getById($id, 0);
if (isset($overlap[0])) { if (isset($overlap[0])) {
$limit = 105; $limit = 120;
$offset = 0; $offset = 0;
// Xử lý xóa và lấy ds sau khi xóa // Xử lý xóa và lấy ds sau khi xóa
switch ($scope) { switch ($scope) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment