Browse Source

no message

FengChaoYu 1 day ago
parent
commit
9e34f4451a

+ 1 - 0
mall-server-api/src/main/java/com/gree/mall/manager/bean/user/UserCompanyCreditBillVO.java

@@ -37,6 +37,7 @@ public class UserCompanyCreditBillVO {
     @ApiModelProperty(value = "账单总金额")
     private BigDecimal amount;
 
+    @ZfireField(ignoreSelect = true)
     @ApiModelProperty(value = "已还款金额")
     private BigDecimal payAmount;