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