Skip to content

Commit

Permalink
fix(设备消息): 解决属性格式化精度不正确的问题 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouji authored Sep 28, 2023
1 parent 0921fb2 commit 34574a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Object format(Object value) {
return null;
}
Number val = convertScaleNumber(value,
this.getScale(),
this.getScale(defaultScale()),
getRound(),
Function.identity());
if (val == null) {
Expand Down

0 comments on commit 34574a1

Please # to comment.