Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
liang.chao 2024-10-09 13:21:11 +08:00
commit ecfcc01c2b
8 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,3 @@
--
ALTER TABLE `ma_sgzb_nw`.`lease_out_details`
ALTER TABLE `lease_out_details`
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程01:是' AFTER `car_code`;

View File

@ -0,0 +1 @@
ALTER TABLE `sys_user` ADD COLUMN `force_change_pwd` char(1) DEFAULT '1' COMMENT '0不强制改密码 1强制改密码';

View File

@ -0,0 +1,3 @@
--
ALTER TABLE `lease_out_details`
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程01:是' AFTER `car_code`;

View File

@ -0,0 +1,4 @@
-- 任务:菜单权限校验
update sys_menu set perms='cost:settlement:list' where menu_name='费用结算';
update sys_menu set perms='cost:settlement:auditing' where menu_name='费用结算审核';
update sys_menu set perms='stock:log:list' where menu_name='库存日志';

View File

@ -0,0 +1,3 @@
-- 任务xxx
alter table supplier_brand_audit_log
add supplier_id bigint null comment '供应商企业id';

View File

@ -0,0 +1,2 @@
-- 任务xxx

View File

@ -0,0 +1,2 @@
-- 任务xxx

View File

@ -0,0 +1,4 @@
-- 任务:菜单权限校验
update sys_menu set perms='cost:settlement:list' where menu_name='费用结算';
update sys_menu set perms='cost:settlement:auditing' where menu_name='费用结算审核';
update sys_menu set perms='stock:log:list' where menu_name='库存日志';