[bug] -修改证书缴费同步报错的bug

This commit is contained in:
fengchenchen
2022-05-09 18:21:13 +08:00
parent a6a8bcbe50
commit bc2dd3aca3
@@ -195,7 +195,6 @@ public class TbCertificatePayment implements Serializable {
*/
@Excel(name = "应收金额", width = 15)
@ApiModelProperty(value = "应收金额")
@NotNull(message = "应收金额不能为空")
@DecimalMax(value = "9999999999.99", message = "应收金额格式错误")
private BigDecimal amountReceivable;