Commit dd9571ee authored by hezhen's avatar hezhen

Merge branch 'feature_chw_zjw' of...

Merge branch 'feature_chw_zjw' of http://113.105.137.151:22280/youjj/cloud-platform into feature_chw_zjw
parents ca499531 efc12140
...@@ -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