1 Star 2 Fork 0

richard / IntelligentTourMap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
IntelligentTourMap.sql 39.79 KB
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2022-04-28 22:56 . Add files via upload
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
/*
Navicat MongoDB Data Transfer
Source Server : 101.200.86.96
Source Server Type : MongoDB
Source Server Version : 40006
Source Host : 101.200.86.96:27017
Source Schema : IntelligentTourMap
Target Server Type : MongoDB
Target Server Version : 40006
File Encoding : 65001
Date: 28/04/2022 22:12:14
*/
// ----------------------------
// Collection structure for logs
// ----------------------------
db.getCollection("logs").drop();
db.createCollection("logs");
// ----------------------------
// Documents of logs
// ----------------------------
// ----------------------------
// Collection structure for school
// ----------------------------
db.getCollection("school").drop();
db.createCollection("school");
// ----------------------------
// Documents of school
// ----------------------------
db.getCollection("school").insert([ {
_id: ObjectId("5c9e0c136630fd0fa457e47b"),
gaoDeLon: 116.255044,
gaoDeLat: 40.288202,
name: "村庄",
timestamp: 1619420989064,
updateTime: ISODate("2021-04-26T07:09:49.244Z"),
count: NumberInt("395")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5e795f7994c2746d76c42d57"),
gaoDeLon: 116.46284,
gaoDeLat: 39.777666,
name: "法规和人工湖",
timestamp: 1599812581207,
updateTime: ISODate("2020-12-26T08:55:39.522Z"),
count: NumberInt("27")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5e795f9894c2746d76c42d58"),
gaoDeLon: 116.434773,
gaoDeLat: 39.972353,
name: "选中<<天津市蓟州区罗庄子镇天津市蓟州区罗庄子镇中心小学>>地址!",
timestamp: 1635661311372,
updateTime: ISODate("2021-10-31T06:21:51.413Z"),
count: NumberInt("28")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5e7ac9a965260142fb34af3a"),
gaoDeLon: 116.395715,
gaoDeLat: 39.784016,
name: "12313",
timestamp: 1585105328996,
updateTime: ISODate("2020-12-26T08:55:50.536Z"),
count: NumberInt("6")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5e8886502a66ed047c2c883b"),
gaoDeLon: 115.938333,
gaoDeLat: 40.015337,
name: "dsqwqwsa",
timestamp: 1635661319360,
updateTime: ISODate("2021-10-31T06:21:59.736Z"),
count: NumberInt("4")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5e93d658fb4ca859f52131aa"),
gaoDeLon: 116.400175,
gaoDeLat: 39.906596,
name: "1111",
timestamp: 1586746970735,
updateTime: ISODate("2020-04-13T03:02:48.717Z"),
count: NumberInt("5")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5e93d683fb4ca859f52131ab"),
gaoDeLon: 116.397374,
gaoDeLat: 39.909043,
name: "111111111111",
timestamp: 1586747013390,
updateTime: ISODate("2020-04-13T03:03:31.369Z"),
count: NumberInt("5")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ec6bbe0852e1b61e2582567"),
gaoDeLon: 116.496778,
gaoDeLat: 39.906761,
name: "清华大学",
timestamp: 1593407192142,
updateTime: ISODate("2020-06-29T05:06:32.832Z"),
count: NumberInt("13")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5eda3f1d845bac7262582b7e"),
gaoDeLon: 116.427213,
gaoDeLat: 39.904042,
name: "北京站",
timestamp: 1619421043700,
updateTime: ISODate("2021-04-26T07:10:43.965Z"),
count: NumberInt("2")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b1bc3b492c365670daec"),
name: "111",
gaoDeLon: "111",
gaoDeLat: "111",
updateTime: ISODate("2020-06-14T05:12:28.348Z"),
count: NumberInt("1")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b1bd3b492c365670daed"),
name: "111",
gaoDeLon: "111",
gaoDeLat: "111",
updateTime: ISODate("2020-06-14T05:12:29.924Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b1be3b492c365670daee"),
name: "111",
gaoDeLon: "111",
gaoDeLat: "111",
updateTime: ISODate("2020-06-14T05:12:30.512Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b1be3b492c365670daef"),
name: "111",
gaoDeLon: "111",
gaoDeLat: "111",
updateTime: ISODate("2020-06-14T05:12:30.878Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b1ea3b492c365670daf0"),
name: "111",
gaoDeLon: "11",
gaoDeLat: "11",
updateTime: ISODate("2020-06-14T05:13:14.832Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b2513b492c365670daf1"),
name: "22",
gaoDeLon: "22",
gaoDeLat: "22",
updateTime: ISODate("2020-06-14T05:14:57.072Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b3613b492c365670daf2"),
name: "11",
gaoDeLon: "1",
gaoDeLat: "1",
updateTime: ISODate("2020-06-14T05:19:29.997Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5b3fd3b492c365670daf3"),
name: "1",
gaoDeLon: "1",
gaoDeLat: "1",
updateTime: ISODate("2020-06-14T05:22:05.8Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5d6633b492c365670daf4"),
name: "11",
gaoDeLon: "11",
gaoDeLat: "22",
updateTime: ISODate("2020-06-14T07:48:51.121Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ee5d6a53b492c365670daf5"),
name: "665",
gaoDeLon: "665",
gaoDeLat: "665",
updateTime: ISODate("2020-06-14T08:19:17.194Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ef081a1dc933112c37666c6"),
name: "33",
gaoDeLon: 116.457853,
gaoDeLat: 39.911074,
updateTime: ISODate("2020-06-22T10:02:35.315Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ef08b4cdc933112c37666c7"),
gaoDeLon: 116.332883,
gaoDeLat: 39.931874,
name: "322",
timestamp: 1597126975614,
updateTime: ISODate("2020-08-11T06:22:51.267Z"),
count: NumberInt("1")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ef41fc1dc933112c37666c8"),
name: "css",
gaoDeLon: 116.378202,
gaoDeLat: 39.916867,
updateTime: ISODate("2020-06-25T03:53:37.284Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ef41ff1dc933112c37666c9"),
name: "sad",
gaoDeLon: 116.339063,
gaoDeLat: 39.924766,
updateTime: ISODate("2020-06-25T03:54:25.087Z"),
count: NumberInt("1")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ef54362dc933112c37666d7"),
name: "1234532",
gaoDeLon: 116.435537,
gaoDeLat: 39.923186,
updateTime: ISODate("2020-06-26T01:21:28.338Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5ef55ed4dc933112c37666f0"),
name: "231",
gaoDeLon: 116.385412,
gaoDeLat: 39.91476,
updateTime: ISODate("2020-06-26T02:35:10.158Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5fe6e8dc852ffe6f28efedcc"),
updateTime: ISODate("2020-12-26T07:40:12.385Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("5fe6fac5852ffe6f28efedcd"),
name: "黑马程序员",
gaoDeLon: "116.1",
gaoDeLat: "116.2",
updateTime: ISODate("2020-12-26T08:56:37.565Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("6009685d0e8f082b15b4d8ef"),
gaoDeLon: 116.980911,
gaoDeLat: 37.763995,
name: "测试",
timestamp: 1611229278693,
updateTime: ISODate("2021-01-21T11:41:17.948Z"),
count: NumberInt("1")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("60330dda394e1859cf51f7b3"),
gaoDeLon: 116.355875,
gaoDeLat: 39.961385,
name: "地址!",
timestamp: 1613958617467,
updateTime: ISODate("2021-02-22T01:50:18.473Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("604f61f74786563f9bdfb4dc"),
gaoDeLon: 116.330518,
gaoDeLat: 39.97917,
name: "123456",
timestamp: 1615815159473,
updateTime: ISODate("2021-03-15T13:32:39.1Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("609caa054b34451bf8ed0e97"),
gaoDeLon: 116.301984,
gaoDeLat: 39.927547,
name: "123",
timestamp: 1620880054195,
updateTime: ISODate("2021-05-13T04:24:37.125Z")
} ]);
db.getCollection("school").insert([ {
_id: ObjectId("61ea65264553480ea2216e13"),
gaoDeLon: 116.364469,
gaoDeLat: 39.911103,
name: "百度",
timestamp: 1642751270864,
updateTime: ISODate("2022-01-21T07:47:50.849Z")
} ]);
// ----------------------------
// Collection structure for spot
// ----------------------------
db.getCollection("spot").drop();
db.createCollection("spot");
// ----------------------------
// Documents of spot
// ----------------------------
db.getCollection("spot").insert([ {
_id: ObjectId("5c9e0c7b6630fd0fa457e47c"),
name: "2",
gaoDeLon: 116.396741,
gaoDeLat: 39.893164,
voiceUrl: "",
distance: "2",
pid: "",
timestamp: 1557818835956,
updateTime: ISODate("2020-06-25T09:12:46.656Z"),
count: NumberInt("27")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ca0b4407a23531a40c41965"),
name: "1233",
gaoDeLon: 39.942135,
gaoDeLat: 116.211127,
voiceUrl: "/public/resources/SOO9217H.mp3",
distance: "123",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1609566366144,
updateTime: ISODate("2021-01-02T09:21:43.967Z"),
count: NumberInt("48")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ca0b4697a23531a40c41966"),
name: "浩学楼",
gaoDeLon: 116.206272,
gaoDeLat: 39.930217,
voiceUrl: "/public/resources/V3SUUX4K.m4a",
distance: "50",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1556092510545,
updateTime: ISODate("2019-04-24T07:55:11.597Z"),
count: NumberInt("37")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ca0b4907a23531a40c41967"),
name: "清真食堂",
gaoDeLon: 116.211219,
gaoDeLat: 39.928452,
voiceUrl: "/public/resources/QB5HWN8K.m4a",
distance: "50",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1556092530301,
updateTime: ISODate("2019-04-24T07:55:30.347Z"),
count: NumberInt("14")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cab1b54932dff183c694661"),
name: "尚德餐厅 聚贤阁",
gaoDeLon: 116.209721,
gaoDeLat: 39.927074,
voiceUrl: "/public/resources/7MF8V2VQ.m4a",
distance: "50",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1556092556943,
updateTime: ISODate("2019-04-24T07:55:57.051Z"),
count: NumberInt("17")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cab1b9f932dff183c694662"),
name: "毓秀餐厅",
gaoDeLon: 116.426503,
gaoDeLat: 39.91296,
voiceUrl: "/public/resources/LRBMREBK.mp3",
distance: "50",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1613960473321,
updateTime: ISODate("2021-02-22T02:21:14.329Z"),
count: NumberInt("25")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cab1bce932dff183c694663"),
name: "信息学院",
gaoDeLon: 116.207348,
gaoDeLat: 39.927329,
voiceUrl: "/public/resources/DXMK3YGV.m4a",
distance: "10",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1613960476793,
updateTime: ISODate("2021-02-22T02:21:17.805Z"),
count: NumberInt("16")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cc6bed0939d2e00c6847614"),
name: "奥莱西门",
gaoDeLon: 116.595173,
gaoDeLat: 40.013689,
voiceUrl: "/public/resources/LH8A3DG4.mp3",
distance: "30",
pid: "5cc6be70939d2e00c6847613",
timestamp: 1556530703402,
updateTime: ISODate("2019-04-29T09:38:23.448Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cc6bf05939d2e00c6847615"),
name: "中餐厅",
gaoDeLon: 116.594749,
gaoDeLat: 40.012314,
voiceUrl: "/public/resources/KM237TNJ.MP3",
distance: "30",
pid: "5cc6be70939d2e00c6847613",
timestamp: 1556530713922,
updateTime: ISODate("2019-04-29T09:38:33.952Z"),
count: NumberInt("7")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cc6bf2c939d2e00c6847616"),
name: "正门",
gaoDeLon: 116.594797,
gaoDeLat: 40.012577,
voiceUrl: "/public/resources/8ABundefinedTFXW.MP3",
distance: "30",
pid: "5cc6be70939d2e00c6847613",
timestamp: 1556530720902,
updateTime: ISODate("2019-04-29T09:38:41.155Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cc6bffc939d2e00c6847617"),
name: "西1门",
gaoDeLon: 116.595135,
gaoDeLat: 40.013183,
voiceUrl: "/public/resources/ZBLZUR9S.mp3",
distance: "30",
pid: "5cc6be70939d2e00c6847613",
timestamp: 1556530778694,
updateTime: ISODate("2019-04-29T09:39:38.728Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cc6c024939d2e00c6847618"),
name: "家",
gaoDeLon: 116.289588,
gaoDeLat: 39.930828,
voiceUrl: "/public/resources/VLRLRU6M.MP3",
distance: "100",
pid: "5cc6be70939d2e00c6847613",
timestamp: 1556537481413,
updateTime: ISODate("2019-04-29T11:31:21.476Z"),
count: NumberInt("20")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cc6e0abbbfd4c07742132bb"),
name: "学校",
gaoDeLon: 116.290386,
gaoDeLat: 39.930733,
voiceUrl: "",
distance: "30",
pid: "5cc6be70939d2e00c6847613",
timestamp: 1556537515439,
updateTime: ISODate("2019-04-29T11:31:55.54Z"),
count: NumberInt("2")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5cda782b734a0a23ac1cfe89"),
name: "广学楼",
gaoDeLon: 116.205378,
gaoDeLat: 39.927971,
voiceUrl: "/public/resources/VRZWXYUM.mp3",
distance: "50",
pid: "5c9e0c136630fd0fa457e47b",
timestamp: 1557821483531,
updateTime: ISODate("2019-05-14T08:11:23.592Z"),
count: NumberInt("6")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ec6bc81852e1b61e2582568"),
name: "清华大学东南门",
gaoDeLon: 116.33283,
gaoDeLat: 39.996496,
voiceUrl: "",
distance: "150",
pid: "5ec6bbe0852e1b61e2582567",
timestamp: 1590082690056,
updateTime: ISODate("2020-05-21T17:38:09.425Z"),
count: NumberInt("3")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ece0a3ba420f7403ef4ad84"),
name: "1",
gaoDeLon: 116.139346,
gaoDeLat: 39.901718,
voiceUrl: "",
distance: "1",
pid: "5e795f7994c2746d76c42d57",
timestamp: 1590561338235,
updateTime: ISODate("2020-06-26T01:17:12.851Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef462dfdc933112c37666ca"),
pid: "",
name: "2",
voiceUrl: "",
gaoDeLon: 116.399145,
gaoDeLat: 39.89053,
distance: "2",
updateTime: ISODate("2020-06-25T09:12:07.898Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef4636fdc933112c37666cb"),
pid: "5c9e0c136630fd0fa457e47b",
name: "3666",
voiceUrl: "",
gaoDeLon: 116.364126,
gaoDeLat: 39.925161,
distance: "3666",
updateTime: ISODate("2020-06-26T02:35:50.805Z"),
count: NumberInt("2")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef4638ddc933112c37666cc"),
pid: "5c9e0c136630fd0fa457e47b",
name: "2",
voiceUrl: "",
gaoDeLon: 116.370649,
gaoDeLat: 39.925556,
distance: "2",
updateTime: ISODate("2020-06-25T08:42:53.425Z"),
count: NumberInt("2")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef463c2dc933112c37666cd"),
pid: "5c9e0c136630fd0fa457e47b",
name: "3",
voiceUrl: "",
gaoDeLon: 116.422271,
gaoDeLat: 39.917093,
distance: "3",
updateTime: ISODate("2021-05-17T10:54:16.136Z"),
count: NumberInt("1"),
timestamp: 1621248856348
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef46c7adc933112c37666ce"),
pid: "5c9e0c136630fd0fa457e47b",
name: "1",
voiceUrl: "",
gaoDeLon: 116.352796,
gaoDeLat: 39.902909,
distance: "1",
updateTime: ISODate("2020-06-25T09:20:58.771Z"),
count: NumberInt("2")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef46cdcdc933112c37666cf"),
pid: "5c9e0c136630fd0fa457e47b",
name: "1",
voiceUrl: "",
gaoDeLon: 116.34387,
gaoDeLat: 39.925556,
distance: "1",
updateTime: ISODate("2020-06-25T09:22:36.94Z"),
count: NumberInt("7")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef46d15dc933112c37666d0"),
pid: "5c9e0c136630fd0fa457e47b",
name: "1",
voiceUrl: "",
gaoDeLon: 116.385068,
gaoDeLat: 39.916604,
distance: "1",
updateTime: ISODate("2020-06-25T09:23:33.133Z"),
count: NumberInt("3")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef53150dc933112c37666d1"),
pid: "5c9e0c136630fd0fa457e47b",
name: "1",
voiceUrl: "",
gaoDeLon: 116.379232,
gaoDeLat: 39.91239,
distance: "1",
updateTime: ISODate("2020-06-25T23:20:48.695Z"),
count: NumberInt("2")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef53198dc933112c37666d2"),
pid: "5c9e0c136630fd0fa457e47b",
name: "4",
voiceUrl: "",
gaoDeLon: 116.371421,
gaoDeLat: 39.928545,
distance: "4",
updateTime: ISODate("2021-02-22T02:20:57.64Z"),
timestamp: 1613960456621
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef531c3dc933112c37666d3"),
pid: "5c9e0c136630fd0fa457e47b",
name: "4",
voiceUrl: "",
gaoDeLon: 116.370992,
gaoDeLat: 39.928715,
distance: "4",
updateTime: ISODate("2020-06-25T23:22:43.537Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef531fedc933112c37666d4"),
pid: "5c9e0c136630fd0fa457e47b",
name: "4",
voiceUrl: "",
gaoDeLon: 116.370992,
gaoDeLat: 39.928715,
distance: "4",
updateTime: ISODate("2020-06-25T23:23:42.735Z"),
count: NumberInt("6")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef532f5dc933112c37666d5"),
pid: "5c9e0c136630fd0fa457e47b",
name: "44",
voiceUrl: "",
gaoDeLon: 116.413908,
gaoDeLat: 39.93477,
distance: "44",
updateTime: ISODate("2020-06-26T01:27:38.505Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef5467bdc933112c37666d8"),
pid: "",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T00:51:07.992Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef5469edc933112c37666d9"),
pid: "",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T00:51:42.529Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef548d7dc933112c37666da"),
pid: "5e795f7994c2746d76c42d57",
name: "1",
voiceUrl: "",
gaoDeLon: 116.139346,
gaoDeLat: 39.901718,
distance: "1",
updateTime: ISODate("2020-06-26T01:06:48.762Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef548f2dc933112c37666db"),
pid: "5e795f7994c2746d76c42d57",
name: "1",
voiceUrl: "",
gaoDeLon: 116.139346,
gaoDeLat: 39.901718,
distance: "1",
updateTime: ISODate("2020-06-26T01:01:38.813Z"),
count: NumberInt("4")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef549c7dc933112c37666dc"),
pid: "5e795f7994c2746d76c42d57",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:05:11.015Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef54f70dc933112c37666dd"),
pid: "5e93d658fb4ca859f52131aa",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:29:20.215Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef54fe7dc933112c37666de"),
pid: "5e93d658fb4ca859f52131aa",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:31:19.259Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef5500ddc933112c37666df"),
pid: "5e93d658fb4ca859f52131aa",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:31:57.519Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55048dc933112c37666e0"),
pid: "5e795f7994c2746d76c42d57",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:32:56.318Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef555c6dc933112c37666e1"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:56:22.371Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef555ecdc933112c37666e2"),
pid: "5e93d683fb4ca859f52131ab",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:57:00.008Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef5561edc933112c37666e3"),
pid: "5e93d683fb4ca859f52131ab",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T01:57:50.578Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55761dc933112c37666e4"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T02:03:13.697Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55792dc933112c37666e5"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T02:04:02.363Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef5585ddc933112c37666e6"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: 116.383009,
gaoDeLat: 39.919237,
distance: "213",
updateTime: ISODate("2020-06-26T02:07:25.611Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55885dc933112c37666e7"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: 116.383009,
gaoDeLat: 39.919237,
distance: "213",
updateTime: ISODate("2020-06-26T02:08:05.984Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef558bfdc933112c37666e8"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T02:09:03.205Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef558e2dc933112c37666e9"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T02:09:38.158Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55b23dc933112c37666ea"),
pid: "5c9e0c136630fd0fa457e47b",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T02:19:15.695Z"),
count: NumberInt("1")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55b78dc933112c37666eb"),
pid: "5e795f7994c2746d76c42d57",
name: "",
voiceUrl: "",
gaoDeLon: "",
gaoDeLat: "",
distance: "",
updateTime: ISODate("2020-06-26T02:20:40.182Z")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55d89dc933112c37666ec"),
pid: "5e795f7994c2746d76c42d57",
name: "1",
voiceUrl: "",
gaoDeLon: 116.360349,
gaoDeLat: 39.924898,
distance: "1",
updateTime: ISODate("2020-06-26T02:29:29.262Z"),
count: NumberInt("9")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55dc0dc933112c37666ed"),
pid: "5e795f7994c2746d76c42d57",
name: "123",
voiceUrl: "",
gaoDeLon: 116.368589,
gaoDeLat: 39.921475,
distance: "123",
updateTime: ISODate("2020-06-26T02:30:24.38Z"),
count: NumberInt("5")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55e6bdc933112c37666ee"),
pid: "5e795f7994c2746d76c42d57",
name: "123",
voiceUrl: "",
gaoDeLon: 116.366926,
gaoDeLat: 39.910038,
distance: "123",
updateTime: ISODate("2021-02-22T01:48:05.828Z"),
count: NumberInt("7"),
timestamp: 1613958484838
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55e8bdc933112c37666ef"),
pid: "5e795f9894c2746d76c42d58",
name: "123",
voiceUrl: "",
gaoDeLon: 116.378202,
gaoDeLat: 39.923055,
distance: "213",
updateTime: ISODate("2020-06-26T02:33:47.295Z"),
count: NumberInt("9")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("5ef55f1cdc933112c37666f1"),
pid: "5c9e0c136630fd0fa457e47b",
name: "3223",
voiceUrl: "",
gaoDeLon: 116.367216,
gaoDeLat: 39.922265,
distance: "2323",
updateTime: ISODate("2020-06-26T02:36:12.71Z"),
count: NumberInt("18")
} ]);
db.getCollection("spot").insert([ {
_id: ObjectId("604080b0fd64eb64e26d179a"),
name: "是的",
gaoDeLon: 116.331692,
gaoDeLat: 39.956969,
voiceUrl: "",
distance: "100",
pid: "5e8886502a66ed047c2c883b",
timestamp: 1614839984906,
updateTime: ISODate("2021-03-04T06:39:44.983Z")
} ]);
// ----------------------------
// Collection structure for user
// ----------------------------
db.getCollection("user").drop();
db.createCollection("user");
// ----------------------------
// Documents of user
// ----------------------------
db.getCollection("user").insert([ {
_id: ObjectId("5c876ba7d623439c0e17d4c3"),
username: "admin",
password: "admin121",
phone: "123131",
timestamp: 1645953004255,
updateTime: ISODate("2022-02-27T09:10:05.05Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5cd7c43268fc4921f4fc5e28"),
username: "tianshi97021",
phone: "189116432011",
password: "lmh970211",
timestamp: 1613960487587,
updateTime: ISODate("2021-02-22T02:21:28.594Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5e88863d2a66ed047c2c883a"),
username: "admin",
phone: "15129048951",
password: "123456",
timestamp: 1619421084828,
updateTime: ISODate("2021-04-26T07:11:25.005Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5e96991a2552a320d785cda8"),
username: "115",
phone: "2+006206+",
password: "11515615615",
timestamp: 1609722768812,
updateTime: ISODate("2021-01-04T01:12:49.463Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ea6a7d19c7a481854105597"),
username: "ttttest",
phone: "12345678900",
password: "923jejslaa",
timestamp: 1587980241108,
updateTime: ISODate("2020-04-27T09:37:21.136Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ed9adea85a8c6251682fb92"),
username: "111",
phone: "1231",
password: "123",
timestamp: 1597126819183,
updateTime: ISODate("2020-08-11T06:20:14.383Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee574f23b492c365670dad5"),
username: "1234",
password: "1234",
phone: "13888888888",
updateTime: ISODate("2020-08-11T06:20:52.162Z"),
timestamp: 1597126856707
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee575473b492c365670dad6"),
username: "1234",
password: "1234",
phone: "18988888888",
updateTime: ISODate("2020-06-14T00:54:31.264Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee575d43b492c365670dad7"),
username: "1234",
password: "123456",
phone: "13888886666",
updateTime: ISODate("2020-10-18T11:06:53.442Z"),
timestamp: 1603019213367
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee575fd3b492c365670dad8"),
username: "123",
password: "1234",
phone: "13866669999",
updateTime: ISODate("2020-06-14T00:57:33.753Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee5761f3b492c365670dad9"),
username: "1234",
password: "12345",
phone: "13866668888",
updateTime: ISODate("2021-03-20T09:39:21.408Z"),
timestamp: 1616233161647
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee577a43b492c365670dada"),
username: "123",
password: "123",
phone: "18866668888",
updateTime: ISODate("2020-06-14T01:04:36.977Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee5951c3b492c365670dadb"),
username: "123",
password: "123",
phone: "13866668888",
updateTime: ISODate("2020-06-14T03:10:20.861Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee5952b3b492c365670dadc"),
username: "1234",
password: "123",
phone: "13866668888",
updateTime: ISODate("2020-06-14T03:10:35.527Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee595823b492c365670dadd"),
username: "12345",
password: "123",
phone: "13866668888",
updateTime: ISODate("2020-06-14T03:12:02.22Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee596d93b492c365670dade"),
username: "111",
password: "111",
phone: "18866666999",
updateTime: ISODate("2020-06-14T08:30:17.663Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59b4d3b492c365670dadf"),
username: "admin",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:36:45.027Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59b5a3b492c365670dae0"),
username: "admin1",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:36:58.089Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59bbb3b492c365670dae1"),
username: "admin1",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:38:35.659Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59c1a3b492c365670dae2"),
username: "admin1",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:40:10.626Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59c9a3b492c365670dae3"),
username: "admin1231121212",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-09-23T03:02:12.348Z"),
timestamp: 1600830130840
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59ccb3b492c365670dae4"),
username: "admin12323",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:43:07.66Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59df83b492c365670dae5"),
params: {
username: "admin12344",
password: "admin1234",
phone: "15210156268"
},
updateTime: ISODate("2020-06-14T03:48:08.566Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59e573b492c365670dae6"),
username: "admin",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:49:43.141Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59e5c3b492c365670dae7"),
username: "admin",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:49:48.53Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59e6b3b492c365670dae8"),
username: "admin",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:50:03.823Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59e863b492c365670dae9"),
username: "admin",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:50:30.938Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59e8d3b492c365670daea"),
username: "admin",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:50:37.444Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ee59eb43b492c365670daeb"),
username: "admin111",
password: "admin1234",
phone: "15210156268",
updateTime: ISODate("2020-06-14T03:52:47.713Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5ef54272dc933112c37666d6"),
username: "343456",
password: "34343",
phone: "13888888888",
updateTime: ISODate("2020-06-26T00:34:00.854Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f5859a1beff3d441c8dbea0"),
username: "11",
phone: "33",
password: "22",
timestamp: 1599625632511,
updateTime: ISODate("2020-09-09T04:27:13.617Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f6d9aa92b87922ee8499983"),
username: "123",
phone: "123",
password: "123",
timestamp: 1601018537250,
updateTime: ISODate("2020-09-25T07:22:17.475Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f6d9ab02b87922ee8499984"),
username: "123",
phone: "123123123",
password: "412434",
timestamp: 1601018544854,
updateTime: ISODate("2020-09-25T07:22:24.911Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f6d9abc2b87922ee8499985"),
username: "12315124",
phone: "123123",
password: "123123",
timestamp: 1601018556374,
updateTime: ISODate("2020-09-25T07:22:36.618Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f7c4b07dc91da7085e806c0"),
username: "1",
phone: "1",
password: "1",
timestamp: 1601981191568,
updateTime: ISODate("2020-10-06T10:46:31.869Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f86ac3483b4062d16c5faaf"),
username: "清文",
phone: "清文222",
password: "额为全额",
timestamp: 1602661439374,
updateTime: ISODate("2020-10-14T07:44:00.863Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5f9d0c709706d84275471fc2"),
username: "1",
phone: "1",
password: "1",
timestamp: 1604127856808,
updateTime: ISODate("2020-10-31T07:04:16.436Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49d3c4dc44a36b06ca9f6"),
updateTime: ISODate("2020-12-24T13:53:00.852Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49d7a4dc44a36b06ca9f7"),
updateTime: ISODate("2020-12-24T13:54:02.705Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49ddc4dc44a36b06ca9f8"),
updateTime: ISODate("2020-12-24T13:55:40.132Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49ddf4dc44a36b06ca9f9"),
updateTime: ISODate("2020-12-24T13:55:43.653Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49e044dc44a36b06ca9fa"),
updateTime: ISODate("2020-12-24T13:56:20.944Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49e7a4dc44a36b06ca9fb"),
updateTime: ISODate("2020-12-24T13:58:18.372Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe49e844dc44a36b06ca9fc"),
updateTime: ISODate("2020-12-24T13:58:28.157Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4b22e4dc44a36b06ca9fd"),
updateTime: ISODate("2020-12-24T15:22:22.569Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4b25a4dc44a36b06ca9fe"),
username: "asd",
password: "asd",
phone: "asda",
updateTime: ISODate("2020-12-24T15:23:06.332Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4b45b4dc44a36b06ca9ff"),
updateTime: ISODate("2020-12-24T15:31:39.987Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4b7524dc44a36b06caa00"),
updateTime: ISODate("2020-12-24T15:44:18.231Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4b7884dc44a36b06caa01"),
updateTime: ISODate("2020-12-24T15:45:12.726Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4b7954dc44a36b06caa02"),
updateTime: ISODate("2020-12-24T15:45:25.832Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe4bc554dc44a36b06caa03"),
updateTime: ISODate("2020-12-24T16:05:41.985Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe5348b4dc44a36b06caa04"),
updateTime: ISODate("2020-12-25T00:38:35.738Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe5348d4dc44a36b06caa05"),
updateTime: ISODate("2020-12-25T00:38:37.494Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe5348e4dc44a36b06caa06"),
updateTime: ISODate("2020-12-25T00:38:38.455Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe5348f4dc44a36b06caa07"),
updateTime: ISODate("2020-12-25T00:38:39.241Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe534904dc44a36b06caa08"),
updateTime: ISODate("2020-12-25T00:38:40.144Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe583794dc44a36b06caa09"),
username: "12345",
password: "12345",
phone: "12345",
updateTime: ISODate("2020-12-25T06:15:21.861Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("5fe6be0c852ffe6f28efedcb"),
username: "asd",
password: "asd",
phone: "122334",
updateTime: ISODate("2020-12-26T04:37:32.189Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("601ff53a2b12e10567cb867e"),
username: "1",
phone: "122",
password: "1",
timestamp: 1612707128322,
updateTime: ISODate("2021-02-07T14:12:10.721Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("604f4377b33142233ba5ed65"),
username: "4",
phone: "455",
password: "45",
timestamp: 1615807351119,
updateTime: ISODate("2021-03-15T11:22:31.416Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("604f4395b33142233ba5ed66"),
username: "lll",
phone: "s",
password: "s",
timestamp: 1615807381667,
updateTime: ISODate("2021-03-15T11:23:01.964Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("605172e3476e696ff4d1c50e"),
username: "test12138",
phone: "123",
password: "123",
timestamp: 1615950562044,
updateTime: ISODate("2021-03-17T03:09:23.174Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("60534b2a12ddff510151c3ca"),
username: "换个哈哈",
phone: "钢结构",
password: "各回各家",
timestamp: 1616071465764,
updateTime: ISODate("2021-03-18T12:44:26.303Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("60f3f4d3e416405eb8d06a6a"),
username: "admin",
phone: "180",
password: "123456",
timestamp: 1626600659392,
updateTime: ISODate("2021-07-18T09:30:59.622Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("61bfe2a94d4a8d2c5fe4b3fa"),
username: "test",
phone: "1111",
password: "123456",
timestamp: 1639965353436,
updateTime: ISODate("2021-12-20T01:55:53.818Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("61bfe2d64d4a8d2c5fe4b3fb"),
username: "1111",
phone: "1234",
password: "123456",
timestamp: 1639965398010,
updateTime: ISODate("2021-12-20T01:56:38.398Z")
} ]);
db.getCollection("user").insert([ {
_id: ObjectId("61bfeb518d8ad53f8028e10b"),
username: "111",
phone: "111",
password: "11",
timestamp: 1639967569240,
updateTime: ISODate("2021-12-20T02:32:49.821Z")
} ]);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/richard1015/IntelligentTourMap.git
git@gitee.com:richard1015/IntelligentTourMap.git
richard1015
IntelligentTourMap
IntelligentTourMap
master

搜索帮助