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

Commit 23ae7fe3 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent afc4554a
...@@ -52,7 +52,9 @@ public class KylinRecommendActiveRelationServiceImpl extends ServiceImpl<KylinRe ...@@ -52,7 +52,9 @@ public class KylinRecommendActiveRelationServiceImpl extends ServiceImpl<KylinRe
for(KylinRecommendActiveRelation ky:list){ for(KylinRecommendActiveRelation ky:list){
ky.setDelTag(0); ky.setDelTag(0);
ky.setCreatedAt(LocalDateTime.now()); ky.setCreatedAt(LocalDateTime.now());
ky.setUpdatedAt(LocalDateTime.now()); ky.setUpdatedAt(LocalDateTime.now());//recommendRelationId
ky.setRecommendRelationId(IDGenerator.nextSnowId());
ky.setRecommendRelationId(list.get(0).getRecommendActiveId());
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