修复bug:解决用户管理中不选择机构就不能排序的问题
This commit is contained in:
@@ -190,8 +190,8 @@ select '060301', '销售订单', '0603', '../materials/sale_orders_list.html', b
|
||||
-- ----------------------------
|
||||
-- 改管理员的功能权限
|
||||
-- ----------------------------
|
||||
update jsh_userbusiness SET Type = 'RoleFunctions', KeyId = '4',
|
||||
Value = '[13][12][16][14][15][234][236][22][23][220][240][25][217][218][26][194][195][31][59][207][208][209][226][227][228][229][235][237][210][211][242][33][199][243][41][200][201][202][40][232][233][197][203][204][205][206][212]'
|
||||
update jsh_userbusiness SET Type = 'RoleFunctions', KeyId = '4',
|
||||
Value = '[13][12][16][14][15][234][236][22][23][220][240][25][217][218][26][194][195][31][59][207][208][209][226][227][228][229][235][237][210][211][242][33][199][243][41][200][201][202][40][232][233][197][203][204][205][206][212]'
|
||||
where Id = 5;
|
||||
|
||||
-- ----------------------------
|
||||
@@ -1744,4 +1744,11 @@ create index material_id on jsh_serial_number(material_id) using btree;
|
||||
create index depot_id on jsh_serial_number(depot_id) using btree;
|
||||
create index type on jsh_user_business(type) using btree;
|
||||
create index key_id on jsh_user_business(key_id) using btree;
|
||||
create index tenant_id on jsh_user_business(tenant_id) using btree;
|
||||
create index tenant_id on jsh_user_business(tenant_id) using btree;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2026年1月31日
|
||||
-- by jishenghua
|
||||
-- 给jsh_user表的orga_id字段改为非必填
|
||||
-- --------------------------------------------------------
|
||||
alter table jsh_orga_user_rel change orga_id orga_id bigint(0) NULL DEFAULT NULL COMMENT '机构id';
|
||||
|
||||
Reference in New Issue
Block a user