DataObjects/Office.php
authorChris <chris@roojs.com>
Tue, 8 Jan 2013 08:47:44 +0000 (16:47 +0800)
committerChris <chris@roojs.com>
Tue, 8 Jan 2013 08:47:44 +0000 (16:47 +0800)
DataObjects/Office.php

index 633adf2..fb28fdb 100644 (file)
@@ -31,7 +31,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
         $tn = $this->tableName();
         //$this->selectAdd(" i18n_translate('c' , 'CN', 'en') as country_name");
         $p = DB_DataObject::factory('Person');
-        $p->whereAdd("Person.office_id > 0");
+        $p->whereAdd("DISTINECT(Person.office_id) > 0");
         $officeIds = $p->fetchAll('office_id');
         $this->whereAddIn('id', $officeIds, 'INT');