1,修改用户管理展示岗位信息
2,修复提成比例数据格式为浮点型 3,修复修改提成比例时业务员展示 4,金额数字逢三位加逗号
This commit is contained in:
@ -692,7 +692,7 @@ drop table if exists sys_commision;
|
||||
create table sys_commision (
|
||||
rule_id bigint(20) not null auto_increment comment '编号',
|
||||
user_id bigint(20) comment '用户ID',
|
||||
post_id bigint(20) comment '职位ID',
|
||||
post_id bigint(20) comment '岗位ID',
|
||||
amount decimal(10,2) comment '金额',
|
||||
rate float comment '分成比例',
|
||||
create_by varchar(64) default '' comment '创建者',
|
||||
|
Reference in New Issue
Block a user