Commit 86acfc06 authored by zhengyi's avatar zhengyi

订单无收货人时,无法保存收货地址的数据bug修复

parent 779aca78
......@@ -4,8 +4,6 @@ alter table `ecw_order`
alter table `ecw_order`
add column `consignee_address` varchar(255) DEFAULT '' COMMENT '收货地址';
@ApiModelProperty(value = "收货地址")
private String consigneeAddress;
-- 放货箱数与放货率
alter table `ecw_order`
add column `release_ratio` decimal(5,2) DEFAULT '0.00' COMMENT '放货率';
......
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