记得上下班打卡 | git大法好,push需谨慎

Commit 72e30baf authored by jiangxiulong's avatar jiangxiulong

演出退款配置默认值

parent 3f720d24
...@@ -19,7 +19,7 @@ CREATE TABLE `kylin_express_module` ...@@ -19,7 +19,7 @@ CREATE TABLE `kylin_express_module`
COLLATE utf8mb4_unicode_ci COLLATE utf8mb4_unicode_ci
ROW_FORMAT = DYNAMIC COMMENT '快递模板表'; ROW_FORMAT = DYNAMIC COMMENT '快递模板表';
alter table kylin_performance_status add is_back_paper_ticket tinyint NOT NULL DEFAULT 0 COMMENT '快递票是否需要退回 0不需要 1需要' after is_refund_express; alter table kylin_performance_status add is_back_paper_ticket tinyint NOT NULL DEFAULT 1 COMMENT '快递票是否需要退回 0不需要 1需要' after is_refund_express;
alter table kylin_performance_status add is_refund_express_new tinyint NOT NULL DEFAULT 0 COMMENT '用户退款快递票是否退快递费 1退回 0不退回' after is_back_paper_ticket; alter table kylin_performance_status add is_refund_express_new tinyint NOT NULL DEFAULT 1 COMMENT '用户退款快递票是否退快递费 1退回 0不退回' after is_back_paper_ticket;
alter table kylin_order_refunds add ticket_num varchar(255) NOT NULL DEFAULT '' COMMENT '纸质票号' after price_express; alter table kylin_order_refunds add ticket_num varchar(255) NOT NULL DEFAULT '' COMMENT '纸质票号' after price_express;
\ No newline at end of file
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