芒果数据库中字段首字母是大写的,我写查询条件的时候也是大写的
[org.springframework.data.mongodb.core.MongoTemplate]-[DEBUG] find using query: { "UserID" : "27"} fields: null for class: class com.shutang.mongdb.entitys.MResult in collection: MResult
但是查询的时候
执行后的语句就变长小写了 find: test.MResult { "userID" : "27"}
这怎么破啊
[org.springframework.data.mongodb.core.MongoTemplate]-[DEBUG] find using query: { "UserID" : "27"} fields: null for class: class com.shutang.mongdb.entitys.MResult in collection: MResult
但是查询的时候
执行后的语句就变长小写了 find: test.MResult { "userID" : "27"}
这怎么破啊