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

Commit 14350b6c authored by 胡佳晨's avatar 胡佳晨

修改 生日-年龄

parent ba4631ea
...@@ -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