Commit c8144a3c by zhiwj

模块分组

parent 7491f1dc
......@@ -77,7 +77,7 @@ public class IndexLogServiceImpl implements IndexLogService {
indexLog.setStatus(1);
indexLog.setCreateTime(new Date());
indexLog.setUpdateTime(new Date());
indexLog.setType(LogAndUpdateTipsTypeEnum.INDEX.getCode());
indexLog.setType(LogAndUpdateTipsTypeEnum.DATA_EXPLAIN.getCode());
tabIndexLogMapper.insert(indexLog);
}
}
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