DataObjects/Office.php
authorChris <chris@roojs.com>
Tue, 8 Jan 2013 09:59:59 +0000 (17:59 +0800)
committerChris <chris@roojs.com>
Tue, 8 Jan 2013 09:59:59 +0000 (17:59 +0800)
DataObjects/Office.php

index 82e5312..075fdbe 100644 (file)
@@ -38,6 +38,10 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
             $officeIds = $p->fetchAll('office_id');
             $this->whereAddIn('Office.id', $officeIds, 'INT', 'AND');
             
+            $this->whereAdd("
+                    Office.id = $officeIds
+                ");
+            
             $this->joinAddCountryWithPerson();
         }
     }