sql/xc_mall.sql
@@ -276,3 +276,8 @@ PRIMARY KEY (ID) ) COMMENT = '退款操作明细'; alter table mall_order_refund add type int null comment '1-仅退款不退货2-退款退货'; alter table mall_order_refund add before_status int null comment '订单退款前状态'; alter table mall_order_refund add refund_time datetime null comment '退款时间';