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

Commit 4f0f2235 authored by 胡佳晨's avatar 胡佳晨

正在下单 admin配置

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