Skip to content
GitLab
探索
项目
群组
主题
代码片段
项目
群组
主题
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
为 GitLab 提交贡献
登录
切换导航
菜单
zhoujia
distributed-synchronous-service
提交
941f576e
提交
941f576e
编辑于
1年前
作者:
lanxx
浏览文件
操作
下载
补丁
差异文件
首页数据加载速度优化
上级
3b2c25dc
分支
分支 包含提交
1 合并请求
!1
Develop
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
dds-syndata-manager/src/main/java/com/finstone/syndata/service/impl/WorkBenchDataServiceImpl.java
+1
-1
...nstone/syndata/service/impl/WorkBenchDataServiceImpl.java
有
1 个添加
和
1 个删除
dds-syndata-manager/src/main/java/com/finstone/syndata/service/impl/WorkBenchDataServiceImpl.java
+
1
−
1
浏览文件 @
941f576e
...
...
@@ -149,7 +149,7 @@ public class WorkBenchDataServiceImpl implements WorkBenchDataService {
BigDecimal
failCount
=
resultsMap
.
getOrDefault
(
formattedDay
,
new
HashMap
<>()).
getOrDefault
(
"totalFailNum"
,
BigDecimal
.
ZERO
);
failResult
.
put
(
"type"
,
"同步失败"
);
failResult
.
put
(
"value"
,
calculateValue
(
BigDecimal
.
ZERO
,
failCount
,
"failCount"
));
return
Stream
.
of
(
success
Result
,
fail
Result
);
return
Stream
.
of
(
fail
Result
,
success
Result
);
})
.
collect
(
Collectors
.
toList
());
}
...
...
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录
菜单
探索
项目
群组
主题
代码片段