Skip to content

MongoDB展示和编辑时间类型的字段存在类型错误 #134

Description

@wqs85

版本

v1.11.5

示例

  1. 插入demo数据
    db.demo.insertOne({
    userMainId: NumberLong(10001),
    createdAt: new Date()
    });
    通过mongosh查询确认createdAt为时间类型
Image
  1. 页面展示 变成了字符串
Image
  1. 页面编辑userMainId字段
Image
  1. mongosh查询 createdAt变成了字符串类型
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions