Commit 18b36fb0 by s_guodong

增加日志打印

parent 25ba8786
......@@ -195,6 +195,7 @@ public class SnapshotServiceImpl implements SnapshotService {
obj = value;
} catch (Exception e) {
log.warn("获取模板中的值{}为空", originKey);
log.info("从模型中取值异常" + e.getMessage());
}
}
// 格式转换
......
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