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

Commit 80663171 authored by jiangxiulong's avatar jiangxiulong

updatedAt

parent 3c0bee9b
......@@ -350,7 +350,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg
mongoTemplate.getCollection(IntegralActivityDrawVo.class.getSimpleName()).updateOne(
Query.query(Criteria.where("drawId").is(drawId)).getQueryObject(),
new Document("$set", new Document("receivingStatus", 2)
.append("updatedAt", DateUtil.Formatter.yyyyMMddHHmmss.format(LocalDateTime.now())))
.append("updatedAt", LocalDateTime.now()))
);
redisDataUtils.delIntegralActivityDrawList(drawVo.getIntegralActivityId(), uid);
......
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