提交 2337f8ef 编写于 作者: 许雪里's avatar 许雪里

freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;

上级 92d50044
......@@ -1380,6 +1380,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
### 6.23 版本 v2.0.1 Release Notes[迭代中]
- 1、左侧菜单折叠动画问题修复;
- 2、调度报表日期分布图默认值统一;
- 3、freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;
### TODO LIST
......
......@@ -11,6 +11,7 @@ spring.freemarker.templateLoaderPath=classpath:/templates/
spring.freemarker.suffix=.ftl
spring.freemarker.charset=UTF-8
spring.freemarker.request-context-attribute=request
spring.freemarker.settings.number_format=0.##########
### mybatis
mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
......
......@@ -63,7 +63,7 @@
// 参数
var triggerCode = '${triggerCode}';
var handleCode = '${handleCode}';
var executorAddress = '${executorAddress}';
var executorAddress = '${executorAddress!}';
var triggerTime = '${triggerTime?c}';
var logId = '${logId}';
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册