Files
tmp/feat.md
V-LiuShuang a443a03fbd add
2026-08-03 10:22:27 +08:00

8 lines
341 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 任务目标
改一下"E:\gitlab\mis-dev\mis-modules\mis-agent\src\main\java\com\lcfc\agent\stats\domain\vo\ProjectStatsTotalVo.java"里面的`formatRate(long numerator, long denominator)`方法。
## 现状
输入numerator=4denominator=192输出"2.00"
## 预期结果
输入numerator=4denominator=192输出"2.08"