记得上下班打卡 | git大法好,push需谨慎

Commit a965826e authored by 胡佳晨's avatar 胡佳晨

AR获取数据接口

只保留 参加该活动或者没参加活动的数据
parent 7722a05a
...@@ -186,7 +186,7 @@ public class SweetPerformanceServiceImpl extends ServiceImpl<SweetPerformanceMap ...@@ -186,7 +186,7 @@ public class SweetPerformanceServiceImpl extends ServiceImpl<SweetPerformanceMap
} }
//修改 mongo数据 //修改 mongo数据
BasicDBObject cv = new BasicDBObject("$set", mongoConverter.convertToMongoType(data)); BasicDBObject cv = new BasicDBObject("$set", mongoConverter.convertToMongoType(data));
mongoTemplate.getCollection(KylinOrderRefundsVo.class.getSimpleName()).updateOne( mongoTemplate.getCollection(KylinOrderRefundsVo.class.getSimpleName()).updateMany(
Query.query(Criteria.where("arId").is("arId")).getQueryObject(), Query.query(Criteria.where("arId").is("arId")).getQueryObject(),
cv cv
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment