This commit is contained in:
cwchen 2023-12-17 18:45:35 +08:00
parent d73fe10073
commit 698e38e812
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ public class CommonUtil {
valueList.add(0);
return valueList;
}
;
BigDecimal numberValue = new BigDecimal(new Double(0).toString());
BigDecimal countValue = new BigDecimal(new Double(0).toString());
for (int i = 0; i < list.size(); i++) {