This commit is contained in:
@@ -776,8 +776,9 @@ class DeptModel extends Model
|
||||
|
||||
$builder->orderBy('a.rcpt_atclno', 'DESC');
|
||||
|
||||
$builder->limit($end, $start);
|
||||
|
||||
if (empty($data['type'])) {
|
||||
$builder->limit($end, $start);
|
||||
}
|
||||
|
||||
// echo $builder->getCompiledSelect(false);
|
||||
$rows = $builder->get()->getResultArray();
|
||||
|
||||
Reference in New Issue
Block a user