lgy 6 yıl önce
ebeveyn
işleme
4c0fbbad8a
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      application/manage/controller/Counts.php

+ 0 - 1
application/manage/controller/Counts.php

@@ -154,7 +154,6 @@ class Counts extends Base {
             ->join(['user_bind'=>'u'],'u.patient_id=s.patient_id','left')
             ->where('s.institution_id='.$institution_id)
             ->where($search)
-            ->page(1, 20)
             ->field('p.name,p.age,p.sex,s.studydate,s.createdAt,s.modality,u.exam_id')
             ->order('s.createdAt desc')
             ->select();