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

Commit afc4554a authored by zhengfuxin's avatar zhengfuxin

增加注释

修改bug
parent 21b66832
...@@ -50,6 +50,9 @@ public class KylinRecommendActiveRelationServiceImpl extends ServiceImpl<KylinRe ...@@ -50,6 +50,9 @@ public class KylinRecommendActiveRelationServiceImpl extends ServiceImpl<KylinRe
kylinRecommendActiveRelationMapper.delete(lambdaQueryWrapper); kylinRecommendActiveRelationMapper.delete(lambdaQueryWrapper);
//然后插入 //然后插入
for(KylinRecommendActiveRelation ky:list){ for(KylinRecommendActiveRelation ky:list){
ky.setDelTag(0);
ky.setCreatedAt(LocalDateTime.now());
ky.setUpdatedAt(LocalDateTime.now());
kylinRecommendActiveRelationMapper.insert(ky); kylinRecommendActiveRelationMapper.insert(ky);
} }
//更新 redis //更新 redis
......
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