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

Commit 71bbd81f authored by anjiabin's avatar anjiabin

提交chime社交相关

parent 9ebc85bf
......@@ -145,7 +145,7 @@ public class DataUtils {
* @return
*/
public boolean updateUserIsOnline(String performanceId){
Query query = Query.query(Criteria.where("joinPerformanceId").is("joinPerformanceId"));
Query query = Query.query(Criteria.where("joinPerformanceId").is(performanceId));
Update update = Update.update("joinPerformanceId","-1");
UpdateResult updateResult = mongoTemplate.updateMulti(query,update,ChimeUserInfoVo.class,ChimeUserInfoVo.class.getSimpleName());
return updateResult.getModifiedCount()>0;
......
......@@ -405,8 +405,8 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
info.setAppStatus(10);
}
}
newList.add(info);
}
newList.add(info);
}
}
return newList;
......
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