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

Commit 2b6d5098 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev_merchant' into dev_merchant

parents efe4cdd4 e9860a4c
...@@ -521,7 +521,7 @@ public class KylinPerformancesAdminServiceImpl extends ServiceImpl<KylinPerforma ...@@ -521,7 +521,7 @@ public class KylinPerformancesAdminServiceImpl extends ServiceImpl<KylinPerforma
mongoTemplate.getCollection(PerformanceMemberAuditParam.class.getSimpleName()).updateOne( mongoTemplate.getCollection(PerformanceMemberAuditParam.class.getSimpleName()).updateOne(
Query.query(Criteria.where("performancesId").is(performanceId).and("status").is(1)).getQueryObject(), Query.query(Criteria.where("performancesId").is(performanceId).and("status").is(1)).getQueryObject(),
object); object);
new Thread().sleep(2000);
performanceVoUtils.performanceVoStatus(performanceId); performanceVoUtils.performanceVoStatus(performanceId);
} else { } else {
HashMap<String, Object> map2 = new HashMap<>(); HashMap<String, Object> map2 = new HashMap<>();
......
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