diff --git a/zb_system/function/lib/basepost.php b/zb_system/function/lib/basepost.php index c32c8227a..5f853c72e 100644 --- a/zb_system/function/lib/basepost.php +++ b/zb_system/function/lib/basepost.php @@ -357,9 +357,9 @@ public function __get($name) case 'PostDate': return new ZbpDate($this->PostTime); case 'CreateDate': - return new ZbpDate($this->PostTime); + return new ZbpDate($this->CreateTime); case 'UpdateDate': - return new ZbpDate($this->PostTime); + return new ZbpDate($this->UpdateTime); case 'AliasFirst': if ($this->Alias) { return $this->Alias;