Ver Fonte

order的发票类型字段类型修改

wangyc há 8 anos atrás
pai
commit
0a304adf52

+ 1 - 1
src/main/java/com/uas/platform/b2c/trade/order/model/Order.java

@@ -207,7 +207,7 @@ public class Order extends Document implements Serializable {
 	/**
 	 * 发票类型
 	 */
-	@Column(name = "or_invoicetype", columnDefinition = "TINYINT(1)")
+	@Column(name = "or_invoicetype")
 	private Integer invoicetype;
 
 	/**