用的是fastJson,那么​​@JsonIgnore​​​是无效的,应该用​​@JSONField(serialize = false)​​ ,如代码:

@JSONField(serialize = false)
private String invoiceType;