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

Commit cb73e80b authored by 胡佳晨's avatar 胡佳晨

删除 PostConstruct 注解[项目每次启动都调用该方法]

parent defdbe06
...@@ -94,7 +94,6 @@ public class SmileAgentServiceImpl extends ServiceImpl<SmileAgentMapper, SmileAg ...@@ -94,7 +94,6 @@ public class SmileAgentServiceImpl extends ServiceImpl<SmileAgentMapper, SmileAg
} }
@Override @Override
@PostConstruct
public void delPerId() { public void delPerId() {
smileRedisUtils.delShow(); smileRedisUtils.delShow();
} }
......
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