mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 17:40:05 +08:00
trade: 分销业务后台功能:佣金格式化
This commit is contained in:
parent
643602d038
commit
797680895b
@ -45,7 +45,7 @@ public interface BrokerageRecordConvert {
|
||||
.setPrice(brokerage)
|
||||
.setTotalPrice(user.getPrice())
|
||||
.setTitle(title)
|
||||
.setDescription(StrUtil.format(bizType.getDescription(), String.valueOf(brokerage / 100.0)))
|
||||
.setDescription(StrUtil.format(bizType.getDescription(), String.format("¥%.2f", brokerage / 100d)))
|
||||
.setStatus(status)
|
||||
.setFrozenDays(brokerageFrozenDays)
|
||||
.setUnfreezeTime(unfreezeTime);
|
||||
|
Loading…
Reference in New Issue
Block a user