'代码格式优化及去除orderItem多余字段'

This commit is contained in:
fengtianyangyang
2021-11-29 17:43:17 +08:00
parent aee5d4be2e
commit 5f90e422e6
3 changed files with 44 additions and 41 deletions

View File

@@ -1,4 +1,3 @@
/** 新增已退货数量 **/
ALTER TABLE li_order_item ADD return_goods_number int DEFAULT 0 COMMENT '退货数量 ';
ALTER TABLE li_order_item ADD is_goods_number int DEFAULT 0 COMMENT '正在进行售后的商品数量 ';
ALTER TABLE li_order_item ADD return_goods_number int DEFAULT 0 COMMENT '退货数量 ';
ALTER TABLE li_order_item ADD identification_status varchar(255) COMMENT '标识是否被4.2.4版本处理过的订单';