DataObjects/Office.php
authorChris <chris@roojs.com>
Tue, 8 Jan 2013 10:00:07 +0000 (18:00 +0800)
committerChris <chris@roojs.com>
Tue, 8 Jan 2013 10:00:07 +0000 (18:00 +0800)
DataObjects/Office.php

index 075fdbe..7784c7f 100644 (file)
@@ -36,7 +36,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
             $p->selectAdd();
             $p->selectAdd("DISTINCT(office_id) as office_id");
             $officeIds = $p->fetchAll('office_id');
-            $this->whereAddIn('Office.id', $officeIds, 'INT', 'AND');
+            //$this->whereAddIn('Office.id', $officeIds, 'INT', 'AND');
             
             $this->whereAdd("
                     Office.id = $officeIds