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

Commit 07661be5 authored by GaoHu's avatar GaoHu

exit

parent eef68b3b
......@@ -601,7 +601,7 @@ public class KylinPerformancesAdminServiceImpl extends ServiceImpl<KylinPerforma
}
List<String> collect = kylinPerformancesMapper.selectByComment().stream().map(KylinPerformances::getPerformancesId).collect(Collectors.toList());
String perId = StringUtils.join(collect,",");
if ("".equals(perId)){
if (!"".equals(perId)){
smileRedisUtils.set(SmileRedisConst.SMILE_SHOW,perId);
}
return true;
......
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