DengTao 8 éve
szülő
commit
cf398f4745
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      www/protected/components/O2oApp.php

+ 1 - 0
www/protected/components/O2oApp.php

@@ -293,6 +293,7 @@ class O2oApp {
         }
 
       //  $criteria->addCond('technicians[0][technician_id]','==', intval($this->user));
+        echo $this->user;
         $criteria->addCond('technicians.technician_id','==',intval($this->user));
         $criteria->booking_time('>=', intval($start));
         $criteria->booking_time('<', intval($end));