update 重构

This commit is contained in:
Guoqs
2024-11-29 17:45:34 +08:00
parent df356558b5
commit 3acce89125
5 changed files with 130 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ public class AdapayUtil {
/**
* 格式化数字 保留两位小数不足补0
* @param amount
* @param amount 单位:元
* @return
*/
public static String formatAmount(BigDecimal amount) {