Article Object
(
    [_status:protected] => Array
        (
            [0] => 已发布
            [1] => 草稿
            [2] => 禁用
            [3] => 已审核
            [4] => 已回收
        )

    [_sticky:protected] => Array
        (
            [0] => 否
            [1] => 置顶
        )

    [_md:CActiveRecord:private] => CActiveRecordMetaData Object
        (
            [tableSchema] => CMysqlTableSchema Object
                (
                    [schemaName] => 
                    [name] => article
                    [rawName] => `article`
                    [primaryKey] => id
                    [sequenceName] => 
                    [foreignKeys] => Array
                        (
                        )

                    [columns] => Array
                        (
                            [id] => CMysqlColumnSchema Object
                                (
                                    [name] => id
                                    [rawName] => `id`
                                    [allowNull] => 
                                    [dbType] => int(10) unsigned
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 10
                                    [precision] => 10
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 1
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [sort_id] => CMysqlColumnSchema Object
                                (
                                    [name] => sort_id
                                    [rawName] => `sort_id`
                                    [allowNull] => 
                                    [dbType] => smallint(6) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 6
                                    [precision] => 6
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 分类id
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [title] => CMysqlColumnSchema Object
                                (
                                    [name] => title
                                    [rawName] => `title`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 标题
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [title_pic] => CMysqlColumnSchema Object
                                (
                                    [name] => title_pic
                                    [rawName] => `title_pic`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 标题图片
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [intro] => CMysqlColumnSchema Object
                                (
                                    [name] => intro
                                    [rawName] => `intro`
                                    [allowNull] => 1
                                    [dbType] => text
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 简介
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [source] => CMysqlColumnSchema Object
                                (
                                    [name] => source
                                    [rawName] => `source`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 来源
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [source_link] => CMysqlColumnSchema Object
                                (
                                    [name] => source_link
                                    [rawName] => `source_link`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 来源链接
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [author] => CMysqlColumnSchema Object
                                (
                                    [name] => author
                                    [rawName] => `author`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 作者
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [editor] => CMysqlColumnSchema Object
                                (
                                    [name] => editor
                                    [rawName] => `editor`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 编辑
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [admin_id] => CMysqlColumnSchema Object
                                (
                                    [name] => admin_id
                                    [rawName] => `admin_id`
                                    [allowNull] => 
                                    [dbType] => int(10) unsigned
                                    [type] => string
                                    [defaultValue] => 0
                                    [size] => 10
                                    [precision] => 10
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 管理员id
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [content] => CMysqlColumnSchema Object
                                (
                                    [name] => content
                                    [rawName] => `content`
                                    [allowNull] => 1
                                    [dbType] => text
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 内容
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [created_at] => CMysqlColumnSchema Object
                                (
                                    [name] => created_at
                                    [rawName] => `created_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 创建日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [updated_at] => CMysqlColumnSchema Object
                                (
                                    [name] => updated_at
                                    [rawName] => `updated_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 更新日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [published_at] => CMysqlColumnSchema Object
                                (
                                    [name] => published_at
                                    [rawName] => `published_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 发布日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [status] => CMysqlColumnSchema Object
                                (
                                    [name] => status
                                    [rawName] => `status`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 状态
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [sticky] => CMysqlColumnSchema Object
                                (
                                    [name] => sticky
                                    [rawName] => `sticky`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 推荐
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [display_order] => CMysqlColumnSchema Object
                                (
                                    [name] => display_order
                                    [rawName] => `display_order`
                                    [allowNull] => 
                                    [dbType] => smallint(6) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 6
                                    [precision] => 6
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 排序
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [article_type] => CMysqlColumnSchema Object
                                (
                                    [name] => article_type
                                    [rawName] => `article_type`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 文章类型
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [language] => CMysqlColumnSchema Object
                                (
                                    [name] => language
                                    [rawName] => `language`
                                    [allowNull] => 1
                                    [dbType] => varchar(20)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 20
                                    [precision] => 20
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [subtitle] => CMysqlColumnSchema Object
                                (
                                    [name] => subtitle
                                    [rawName] => `subtitle`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [file] => CMysqlColumnSchema Object
                                (
                                    [name] => file
                                    [rawName] => `file`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [is_oauth] => CMysqlColumnSchema Object
                                (
                                    [name] => is_oauth
                                    [rawName] => `is_oauth`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 是否需要认证(0为不限制)
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [is_highlight] => CMysqlColumnSchema Object
                                (
                                    [name] => is_highlight
                                    [rawName] => `is_highlight`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 是否高亮
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                        )

                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                )

            [columns] => Array
                (
                    [id] => CMysqlColumnSchema Object
                        (
                            [name] => id
                            [rawName] => `id`
                            [allowNull] => 
                            [dbType] => int(10) unsigned
                            [type] => string
                            [defaultValue] => 
                            [size] => 10
                            [precision] => 10
                            [scale] => 
                            [isPrimaryKey] => 1
                            [isForeignKey] => 
                            [autoIncrement] => 1
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [sort_id] => CMysqlColumnSchema Object
                        (
                            [name] => sort_id
                            [rawName] => `sort_id`
                            [allowNull] => 
                            [dbType] => smallint(6) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 6
                            [precision] => 6
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 分类id
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [title] => CMysqlColumnSchema Object
                        (
                            [name] => title
                            [rawName] => `title`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 标题
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [title_pic] => CMysqlColumnSchema Object
                        (
                            [name] => title_pic
                            [rawName] => `title_pic`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 标题图片
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [intro] => CMysqlColumnSchema Object
                        (
                            [name] => intro
                            [rawName] => `intro`
                            [allowNull] => 1
                            [dbType] => text
                            [type] => string
                            [defaultValue] => 
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 简介
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [source] => CMysqlColumnSchema Object
                        (
                            [name] => source
                            [rawName] => `source`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 来源
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [source_link] => CMysqlColumnSchema Object
                        (
                            [name] => source_link
                            [rawName] => `source_link`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 来源链接
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [author] => CMysqlColumnSchema Object
                        (
                            [name] => author
                            [rawName] => `author`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 作者
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [editor] => CMysqlColumnSchema Object
                        (
                            [name] => editor
                            [rawName] => `editor`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 编辑
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [admin_id] => CMysqlColumnSchema Object
                        (
                            [name] => admin_id
                            [rawName] => `admin_id`
                            [allowNull] => 
                            [dbType] => int(10) unsigned
                            [type] => string
                            [defaultValue] => 0
                            [size] => 10
                            [precision] => 10
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 管理员id
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [content] => CMysqlColumnSchema Object
                        (
                            [name] => content
                            [rawName] => `content`
                            [allowNull] => 1
                            [dbType] => text
                            [type] => string
                            [defaultValue] => 
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 内容
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [created_at] => CMysqlColumnSchema Object
                        (
                            [name] => created_at
                            [rawName] => `created_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 创建日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [updated_at] => CMysqlColumnSchema Object
                        (
                            [name] => updated_at
                            [rawName] => `updated_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 更新日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [published_at] => CMysqlColumnSchema Object
                        (
                            [name] => published_at
                            [rawName] => `published_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 发布日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [status] => CMysqlColumnSchema Object
                        (
                            [name] => status
                            [rawName] => `status`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 状态
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [sticky] => CMysqlColumnSchema Object
                        (
                            [name] => sticky
                            [rawName] => `sticky`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 推荐
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [display_order] => CMysqlColumnSchema Object
                        (
                            [name] => display_order
                            [rawName] => `display_order`
                            [allowNull] => 
                            [dbType] => smallint(6) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 6
                            [precision] => 6
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 排序
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [article_type] => CMysqlColumnSchema Object
                        (
                            [name] => article_type
                            [rawName] => `article_type`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 文章类型
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [language] => CMysqlColumnSchema Object
                        (
                            [name] => language
                            [rawName] => `language`
                            [allowNull] => 1
                            [dbType] => varchar(20)
                            [type] => string
                            [defaultValue] => 
                            [size] => 20
                            [precision] => 20
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [subtitle] => CMysqlColumnSchema Object
                        (
                            [name] => subtitle
                            [rawName] => `subtitle`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [file] => CMysqlColumnSchema Object
                        (
                            [name] => file
                            [rawName] => `file`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [is_oauth] => CMysqlColumnSchema Object
                        (
                            [name] => is_oauth
                            [rawName] => `is_oauth`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 是否需要认证(0为不限制)
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [is_highlight] => CMysqlColumnSchema Object
                        (
                            [name] => is_highlight
                            [rawName] => `is_highlight`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 是否高亮
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [relations] => Array
                (
                    [Admin] => CBelongsToRelation Object
                        (
                            [joinType] => LEFT OUTER JOIN
                            [on] => 
                            [alias] => 
                            [with] => Array
                                (
                                )

                            [together] => 
                            [scopes] => 
                            [name] => Admin
                            [className] => Admin
                            [foreignKey] => Array
                                (
                                    [admin_id] => id
                                )

                            [select] => *
                            [condition] => 
                            [params] => Array
                                (
                                )

                            [group] => 
                            [join] => 
                            [having] => 
                            [order] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [Sort] => CBelongsToRelation Object
                        (
                            [joinType] => LEFT OUTER JOIN
                            [on] => 
                            [alias] => 
                            [with] => Array
                                (
                                )

                            [together] => 
                            [scopes] => 
                            [name] => Sort
                            [className] => Sort
                            [foreignKey] => Array
                                (
                                    [sort_id] => id
                                )

                            [select] => *
                            [condition] => 
                            [params] => Array
                                (
                                )

                            [group] => 
                            [join] => 
                            [having] => 
                            [order] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [attributeDefaults] => Array
                (
                    [sort_id] => 0
                    [admin_id] => 0
                    [created_at] => 0000-00-00 00:00:00
                    [updated_at] => 0000-00-00 00:00:00
                    [published_at] => 0000-00-00 00:00:00
                    [status] => 0
                    [sticky] => 0
                    [display_order] => 0
                    [is_oauth] => 0
                    [is_highlight] => 0
                )

            [_model:CActiveRecordMetaData:private] => Article Object
                (
                    [_status:protected] => 
                    [_sticky:protected] => 
                    [_md:CActiveRecord:private] => CActiveRecordMetaData Object
 *RECURSION*
                    [_new:CActiveRecord:private] => 
                    [_attributes:CActiveRecord:private] => Array
                        (
                        )

                    [_related:CActiveRecord:private] => Array
                        (
                        )

                    [_c:CActiveRecord:private] => 
                    [_pk:CActiveRecord:private] => 
                    [_alias:CActiveRecord:private] => t
                    [_errors:CModel:private] => Array
                        (
                        )

                    [_validators:CModel:private] => 
                    [_scenario:CModel:private] => 
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                )

        )

    [_new:CActiveRecord:private] => 
    [_attributes:CActiveRecord:private] => Array
        (
            [id] => 4703
            [title] => 附属医院建设办防疫物资( N95口罩、N90口罩)自行采购结果公告
            [sort_id] => 60
            [published_at] => 2020-03-03 16:38:40
        )

    [_related:CActiveRecord:private] => Array
        (
        )

    [_c:CActiveRecord:private] => 
    [_pk:CActiveRecord:private] => 4703
    [_alias:CActiveRecord:private] => t
    [_errors:CModel:private] => Array
        (
        )

    [_validators:CModel:private] => 
    [_scenario:CModel:private] => update
    [_e:CComponent:private] => 
    [_m:CComponent:private] => 
)
SUSTC-招标信息
疫情防控物资采购公示专栏

南方科技大学网络信息中心个人健康申报及实验室网格化管理系统自行采购结果公告

2020-02-27

依照《深圳经济特区政府采购条例实施细则》第二十一条规定情形, 采购项目经批准采用自行采购方式采购,现将有关情况向社会公告:

采购项目名称:个人健康申报及实验室网格化管理系统 

项目预算金额:39.25万元

采购项目描述:

内容:从南方科技大学新型冠状病毒感染的肺炎疫情防控工作领导小组第一次会议开始,为贯彻对新型冠状病毒肺炎疫情防控的要求和部署,我校领导小组强调了必须建立准确及时的“一日一报”要求,在总务工作专题会议(第40次)中特别提到了切实做好校园内网格化安全管理工作的要求。随后网络信息中心根据党政办、学工部、研究生院和安健环办公室提出的防控工作需求,开始配合个人健康申报及实验室网格化管理系统的开发工作。

用途:该系统不仅包括个人健康申报模块、管理和统计模块、门岗准入模块、实验室巡查模块、人脸图像信息采集模块、体温管理模块;还需对接我校校园卡系统,对接准入人员相关信息包括照片、姓名等,需获取“南方科技大学疫情防控期间实验室使用及进入人员申请”OA流程的相关信息;同时该系统还需具备移动端数据统计功能;特别是后续在整个疫情期间,需无条件满足我校提出的各类修改、增加的功能,并提供7*24小时系统运维保障服务和数据整理服务

成交供应商名称: 深圳市鼎新软件科技有限公司

项目成交金额: 392500.00元

中标产品(服务)说明(含产品名称、规格型号、单价、售后保障等):

1.个人健康申报管理

1.1.管理端

1.1.1.信息查询

1.1.1.1.查看所有本科生/研究生/教职工每日健康申报情况,可根据户籍所在地和表单填写日期、近14天内是否去过武汉、是否确诊、进入是否在校、是否有发热症状、所在城市、您是否有明确的心理压力和不适进行快速搜索和定位。

1.1.1.2.信息查询的查询列表显示字段包括:学号/工号、姓名、类型、部门、微信ID、家庭住址、手机、表单填写日期、户籍所在地、所在城市、近14天内是否去过武汉、今日是否在校等信息。

1.1.1.2.1.可进行选择性导出和全部导出、可选择性删除和批量删除、可自定义显示列。

1.1.2.申报内容管理

1.1.2.1.可设置学生、教职工需要填写的健康申报的内容信息,并显示内容的英文翻译,方便移动端进行中英文的切换。

1.1.2.1.1.申报内容包括:申报表字段名、字段含义、是否展示、字段类型、对应字典类型、是否必填、排序、英文名、是否第一次填写后,第二次就默认显示填充。

1.1.2.1.2.可新增、编辑、管理字典、查看详情和选择性导出和全部导出。

1.1.3.本科生申报情况

1.1.3.1.查看校内本科生申报情况,可根据类型、性别、书院、专业、班级、年级、所在城市、户籍所在地、表单填写日期、您今日是否出现以下症状、您是否有明确的心理压力和不适。

1.1.3.2.查询列表显示:姓名、表单填写日期、所在城市、户籍所在地、类型、校园卡ID、部门ID、部门名称、学号、性别、书院、专业、班级等信息。

1.1.3.2.1.可编辑、查看详情、单个删除和批量删除、可选择性导出和全部导出信息。

1.1.4.防疫监控

1.1.4.1.查看学生/研究生/教职工是否每日填写健康情况,如没有填写,短信通知学生和教职工填写。

1.1.4.1.1.查询列表显示、SID、姓名、手机号码、人员类型、部门、是否填写。

1.1.4.1.2.可编辑、查看详情、可选择性导出和全部导出信息。

1.1.5.代填链接管理

1.1.5.1.因有留学生在国外因网络问题无法填写个人健康申报信息的情况,可在代填链接管理中新增信息、包括SID、链接地址、失效时间。

1.1.5.1.1.将链接地址发给留学生填写即可。

1.1.6.查看统计

1.1.6.1.统计校内本科生的健康申报情况,可根据类型、校园卡id、部门id、学号、姓名、手机号码、书院、专业、班级、年级、户籍所在地快速定位搜索。

1.1.6.1.1.查询列表显示:姓名、所在城市、户籍所在地、类型、校园卡ID、部门名称、学号、性别、书院、专业、班级、年级等信息。

1.1.6.1.2.可选择性导出和全部导出信息。

1.1.7.权限管理

1.1.7.1.配置用户组及用户组人员信息、可查看的功能列表。

1.1.7.1.1.不同用户组所查看的查询列表数据权限不同。

1.2.移动端

1.2.1.本科生/研究生/教职工/第三方外包及访问人员

1.2.1.1.每日填报

1.2.1.1.1.进入健康申报的填写的方式,可在企业微信上选择健康申报填写、可扫码进入填写、可点击链接填写。

1.2.1.1.2.人员类型为本科生/研究生/教职工/第三方外包及访问人员,各人员填写的健康申报内容不同。

1.2.1.1.3.移动端可切换成中英文、填写内容包括、人员类型、学号、姓名、性别、手机号码、年龄、所在单位、户籍所在地、所在城市等内容、点击提交即可。

1.2.1.1.4.每日填写健康信息时,手机会获取当日所在城市的定位信息。

1.2.1.1.5.每日申报可将不经常更新的内容自动填充上,不需要用户重复填写相同的内容。

1.2.1.2.填写记录查询

1.2.1.2.1.提交完成后可点击每日填写,查看当日填写的记录信息。

1.2.1.2.2.可查看我的记录,查看所有填写的健康信息。

1.2.1.3.避免重复填写

1.2.1.3.1.每人每天只能填写一次健康申报信息,如多次填写会提示用户当天已填写完成,不能反复提交信息。

1.2.1.4.个人照片上传

1.2.1.4.1.可上传一张个人照片,底色为白底。

1.2.1.4.2.根据照片示例和详细说明上传照片。

1.2.1.5.我的申报码

1.2.1.5.1.点击进入我的申报码页面,显示:姓名、工号、单位以及二维码。

1.2.1.5.2.个人健康申报每日填写完成后生成二维码,进入学校需出示我的申报码,扫码可查看当日填报的健康信息,需查看健康信息无误后才可进入学校。

1.3.人脸图像信息采集

1.3.1.身份验证

1.3.1.1.在移动端进通过企业微信身份验证进入系统,获取用户信息来进行下一步操作。

1.3.2.照片上传

1.3.2.1.在移动端上传个人照片,照片要求须为白底免冠照。

1.3.3.照片审核

1.3.3.1.照片审核查询列表显示:照片、SID、姓名、微信ID、部门、部门名称、照片审核状态、人员类别、经办人所属单位、经办人联系电话等。

1.3.3.2.照片审核员可选择批量审核通过、批量审核不通过、批量下载照片。

1.3.3.3.可根据SID、姓名、部门、照片审核状态、人员类别查询定位信息。

2.校园网格化管理

2.1.门卫准入管理

2.1.1.管理端

2.1.1.1.门岗人员管理

2.1.1.1.1.该模块用于配置门卫人员,门卫人员于进校时验证进入者是否被允许进入校园。

2.1.1.2.信息查询

2.1.1.2.1.查询门卫放行记录。门卫人员现场扫码放行的信息,信息内容包括人员信息,记录时间,是否方向,说明信息等。

2.1.1.3.数据统计

2.1.1.3.1.统计门卫的放行信息,如各个门的检查人员数量,不放行人数。

2.1.2.移动端

2.1.2.1.扫描放行

2.1.2.1.1.门卫人员向进校人员扫描每日健康申报应用中的二维码,扫码后,系统会自动获取“校园卡解禁”OA流程相关信息,判断该人员是否通过了进校审批,然后查看到进校人员的基本信息以及健康简要,门卫验证ok点击确认放行人员。

2.1.2.1.2.对于信息异常人员,需要填写异常备注信息。

2.1.2.2.记录查询

2.1.2.2.1.让门卫人员查询他之前记录的数据。

2.2.实验室巡检管理

2.2.1.管理端

2.2.1.1.巡检组人员配置

2.2.1.1.1.该模块用于配置巡检组成员。巡检组人员用于巡检实验室人员情况。

2.2.1.2.巡检统计

2.2.1.2.1.该模块用于统计巡检组的巡检信息,包括检查过的人员信息,时间点,巡检员信息等。

2.2.1.2.2.统计信息会用列表形式展示,包括未按规定进入实验室的人员信息。

2.2.1.2.3.统计并展示实验室的检查情况,统计维度包括检查次数、实验室名称。

2.2.1.3.巡检信息查询

2.2.1.3.1.该模块用于查询巡检组巡检信息。巡检信息来源为巡检人员扫描二维码后生成的记录,信息内容包括实验室人员信息,巡检时间,是否允许等。

2.2.1.3.2.页面提供模糊搜索框,可以根据工号、姓名、实验室名称等信息进行模糊搜索。

2.2.2.移动端

2.2.2.1.移动端扫码功能

2.2.2.1.1.移动端扫码功能用于巡检员扫描实验室人员每日健康申报二维码,并且巡检员可以登记未按规定进入实验室的人员;

2.2.2.1.2.实验室巡检员进入应用后,点击“实验室巡检”即可扫描实验室人员的每日健康申报二维码,扫码后系统会根据扫描得到的工号、姓名信息获取获取“南方科技大学疫情防控期间实验室使用及进入人员申请”OA流程相关信息,以此来确认该人员是否有权限进入该实验室。

2.2.2.1.3.如果该人员有权限进入该实验室,巡检员点击“确认”即可记录巡检信息;

2.2.2.1.4.如果该人员没有权限进入该实验室,巡检员可以通过点击“记录”来记录未按规定进入实验室的人员信息。

2.2.2.2.移动端查询功能

2.2.2.2.1.移动端查询功能用于查询实验室巡检信息,用户进入应用后点击“查询统计”即可进入查询统计界面面;

2.2.2.2.2.查询统计默认以列表形式显示所有的巡检信息,界面提供模糊搜索框,可以根据相关信息进行模糊搜索;

2.2.2.2.3.界面提供筛选栏,可以筛选正常的巡检信息或者巡检员登记的“异常”人员信息。

2.3.体温记录

2.3.1.管理端,在统计页面加入“体温统计”标签页,体温统计标签页利用列表方式展示人员的体温情况,内容包括教职工工号、姓名、单位、上午体温、下午体温,记录时间等。

2.3.2.移动端,门卫进入移动端后可以点击“体温记录”进入体温记录模块扫描人员的二维码,扫码后会弹出填写框供门卫填写检测的体温,记录的体温会计入管理端的体温统计的上午体温信息。普通用户可以进入应用点击“体温记录”进行体温自行登记,进入后可以在填写框填写自行检测的体温,自行填写的体温信息会计入管理端的体温统计的下午体温信息。

2.4.其他需求

2.3.1.对接OA系统,获取“南方科技大学疫情防控期间实验室使用及进入人员申请”OA流程相关信息。

2.3.2.对接校园卡系统,获取人员相关信息包括照片、姓名等。

2.3.3.移动端数据统计,单独提供权限给校领导查看,简易统计当天的数据统计,如健康申报总数,入校人员总数,实验室收检数量等。

2.3.4.疫情期间,提供在线7*24小时技术服务,并根据甲方要求不限次数对系统功能进行完善。

交货期或者完工期: 立项完成7天内完成系统开发,疫情期间提供在线7*24小时技术服务,并根据甲方要求不限次数对系统功能进行完善

供应商征集筛选情况说明:

在直接采购前,网络信息中心委托了深圳市艾泰克工程咨询监理有限公司对此项目进行软件造价评估服务。深圳市艾泰克工程咨询监理有限公司成立于1999年,注册资本1018万元,是一家专业从事信息系统工程规划及咨询设计、信息系统工程监理、信息系统安全服务和软件测评的国家级高新技术企业,是首批获得国家工信部信息系统工程监理甲级资质证书,是中国电子企业协会信息工程监理分会副理事长单位。该公司出具的《造价审核报告》中,对以上需求审核的最终造价为40.25万元。

目前正在为我校服务的软件开发公司中,深圳市鼎新软件科技有限公司现有员工46人,其中研究生5人、本科生35人、大专生6人,研发团队占人员比60%。并且该公司在成都有分公司,具备10人的研发团队。在防疫工作紧张,人员不能流动的当前,该公司两地均有研发人员能及时投入到研发工作中,可保证我校对个人健康申报及实验室网格化管理系统开发的快速响应要求。

并且该公司针对我们目前的需求,报价为39.25万元,低于造价审核报告中的总价。同时该公司承诺,疫情期间提供7*24小时系统运维保障服务和数据整理服务,疫情期间我校个人健康申报及实验室网格化管理系统需要变更的各项需求,该公司不再收取任何费用。

交货期限: 3月5日

联系方式:

采购人: 陈毅

地址: 深圳市南山区西丽学苑大道1088号南方科技大学

联系电话:18823312733        传真:无

监督部门:深圳市政府采购办

地址:深圳市福田区景田东路9号

联系电话:                  传真:83938675

备注:

一、根据《深圳经济特区政府采购条例实施细则》第十九条和第二十一条规定,采购人应当在自行采购项目采购完成后3个工作日内,将项目预算、项目主要内容、成交供应商征集筛选情况、成交供应商名称、成交金额、交货期或者完工期等信息在主管部门指定网站公告,涉及国家秘密和相关商业秘密内容除外。
二、对公告内容如有疑问或异议,由购买主体(采购单位)负责受理并解答。