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

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