|
@@ -29,7 +29,7 @@ create table sys_dept_recharge_record
|
|
relation_dept_id int null comment '关联组织机构ID(关联操作对象)',
|
|
relation_dept_id int null comment '关联组织机构ID(关联操作对象)',
|
|
change_score int not null comment '充值积分',
|
|
change_score int not null comment '充值积分',
|
|
change_amount decimal(10, 2) default 0.00 not null comment '充值金额(元)',
|
|
change_amount decimal(10, 2) default 0.00 not null comment '充值金额(元)',
|
|
- type char(15) not null comment '操作类型',
|
|
|
|
|
|
+ type char(20) not null comment '操作类型',
|
|
current_score int not null comment '充值后积分余额',
|
|
current_score int not null comment '充值后积分余额',
|
|
current_balance decimal(10, 2) default 0.00 not null comment '充值后积分余额(元)',
|
|
current_balance decimal(10, 2) default 0.00 not null comment '充值后积分余额(元)',
|
|
package_id int null comment '积分包id',
|
|
package_id int null comment '积分包id',
|