@@ -12,5 +12,5 @@ class Archive extends DataScopeBaseModel
const UPDATED_AT = 'upd_time';
protected $dateFormat = 'U';
- public static $field = ['month','id','crt_id','time'];
+ public static $field = ['month','id','crt_id'];
}