Commit efc12140 authored by 周健威's avatar 周健威

修改bug

parent 1ba0b152
...@@ -377,6 +377,6 @@ public class BaseOrder implements Serializable { ...@@ -377,6 +377,6 @@ public class BaseOrder implements Serializable {
@Column(name = "insure_status") @Column(name = "insure_status")
private Integer insureStatus; private Integer insureStatus;
@Column(name = "insure_amount") @Column(name = "person_insure_amount")
private BigDecimal insureAmount; private BigDecimal personInsureAmount;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment