Skip to content
rizcompeer edited this page Feb 5, 2022 · 2 revisions

db.courier_trip_detail.createIndex({trip_type: 1,c2pc_push:1, other_c2pc_push:1})

db.courier_trip_detail_customer.createIndex({c2pc_push_out:1})

db.courier_trip_detail_customer.find({c2pc_push_in:0,status:1,group_id:'0041','create_date':{'$gte':'2021-02-03 00:00:00','$lt':'2022-02-05 13:50:28'}}).pretty();

Clone this wiki locally