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

Commit 67ce717b authored by zhengfuxin's avatar zhengfuxin

修改bug

parent f2c2e827
...@@ -106,7 +106,9 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM ...@@ -106,7 +106,9 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM
public boolean delte(Long id){ public boolean delte(Long id){
GoblinFrontBanner goblinFrontBanner=goblinFrontBannerMapper.selectById(id); GoblinFrontBanner goblinFrontBanner=goblinFrontBannerMapper.selectById(id);
goblinFrontBanner.setDelTag(1); goblinFrontBanner.setDelTag(1);
// this.update(goblinFrontBanner); goblinFrontBanner.setUpdateTime(LocalDateTime.now());
//数据库修改
goblinFrontBannerMapper.updateById(goblinFrontBanner);
return true; 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