分账设置

This commit is contained in:
2025-02-13 16:53:49 +08:00
parent 8e0428e0b2
commit b4b6d93e2f
6 changed files with 63 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ public class ProfitSharingUser {
* 实际分账比例,单位为%
*/
private BigDecimal realRate;
private BigDecimal orderAmount; // 订单金额
public void setWxPayConfig(String wxPayConfig) {
this.wxPayConfig = JSON.parseObject(wxPayConfig, Map.class);