修复导出提成

This commit is contained in:
huangdeliang
2020-10-16 10:08:10 +08:00
parent a74f2238be
commit 93bb576331
2 changed files with 34 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public class SysCommision extends BaseEntity {
/**
* 金额
*/
@Excel(name = "金额")
@Excel(name = "金额", scale = 2)
private BigDecimal amount;
/**