Commit a6599fb0 authored by KeYong's avatar KeYong

添加日志

parent 72fe136f
......@@ -151,6 +151,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
Optional<PlanClassifyTree> tree = classifyTreeDao.findById(detailVo.getClassifyId());
if (tree.isPresent()) {
PlanClassifyTree entity = tree.get();
logger.info("预案启动redis储存planType================={}", entity.getPlanType());
redisTemplate.opsForValue().set("planType", entity.getPlanType());
planStepService.initPlanStep();
}
......
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