增加租户界面、单据优化
This commit is contained in:
@@ -1069,4 +1069,11 @@ alter table jsh_organization drop column updater;
|
||||
alter table jsh_material_category drop column creator;
|
||||
alter table jsh_material_category drop column updater;
|
||||
alter table jsh_material_category change status delete_flag varchar(1) DEFAULT '0' COMMENT '删除标记,0未删除,1删除';
|
||||
update jsh_material_category set delete_flag='0';
|
||||
update jsh_material_category set delete_flag='0';
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2021年6月1日
|
||||
-- by jishenghua
|
||||
-- 增加租户管理菜单
|
||||
-- --------------------------------------------------------
|
||||
INSERT INTO `jsh_erp`.`jsh_function` (`id`, `number`, `name`, `parent_number`, `url`, `component`, `state`, `sort`, `enabled`, `type`, `push_btn`, `icon`, `delete_flag`) VALUES ('18', '000109', '租户管理', '0001', '/system/tenant', '/system/TenantList', b'0', '0167', b'1', '电脑版', '1', 'profile', '0');
|
||||
|
||||
Reference in New Issue
Block a user