## Opt - 拓展结余返回格式
This commit is contained in:
parent
6773e0c38f
commit
d2b648a315
|
@ -714,7 +714,7 @@ public class ApiMemberStructureController extends BaseController {
|
|||
BigDecimal rounded = input.setScale(2, RoundingMode.HALF_UP);
|
||||
return rounded.toString();
|
||||
} else {
|
||||
return "500万+";
|
||||
return "5000000";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue