## Opt - 拓展结余返回格式

This commit is contained in:
sangelxiu1 2025-07-16 10:28:21 +08:00
parent 408690ca79
commit 62feb06a5d
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}
}