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

Commit 459c84c5 authored by zhengfuxin's avatar zhengfuxin

Merge branch 'dev-smile' of gitlab.zhengzai.tv:dongjingwei/liquidnet-bus-v1 into dev-smile

parents b588b8eb 14350b6c
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
checkbox: true checkbox: true
}, },
{ {
field: 'id', field: 'uid',
title: '用户id' title: '用户id'
}, },
{ {
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
}, },
{ {
field: 'birthday', field: 'birthday',
title: '年龄' title: '生日'
}, },
{ {
field: 'phone', field: 'phone',
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
checkbox: true checkbox: true
}, },
{ {
field: 'id', field: 'uid',
title: '用户id' title: '用户id'
}, },
{ {
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
}, },
{ {
field: 'birthday', field: 'birthday',
title: '年龄' title: '生日'
}, },
{ {
field: 'phone', field: 'phone',
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
add agent_status int default 1 comment '代理状态[1-开启|2-关闭]'; add agent_status int default 1 comment '代理状态[1-开启|2-关闭]';
alter table kylin_order_ticket_relations alter table kylin_order_ticket_relations
add agent_distributions decimal (8,3) default 0 comment '票提'; add agent_distributions decimal (8,3) default 0 comment '票提';
alter table kylin_order_ticket_relations alter table kylin_order_ticket_relations
add agent_id_master varchar (64) default "" comment '总代id'; add agent_id_master varchar (64) default "" comment '总代id';
alter table kylin_order_ticket_relations alter table kylin_order_ticket_relations
......
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