更新sql,改计量单位为多单位

This commit is contained in:
jishenghua
2024-12-17 23:58:03 +08:00
parent 5318f7a152
commit 1ba766b2dc
2 changed files with 11 additions and 4 deletions

View File

@@ -1621,4 +1621,11 @@ alter table jsh_material add mnemonic varchar(100) DEFAULT NULL COMMENT '助记
alter table jsh_user add delete_flag varchar(1) DEFAULT '0' COMMENT '删除标记0未删除1删除' after tenant_id;
alter table jsh_user change Status status tinyint(4) DEFAULT '0' COMMENT '状态0正常2封禁';
update jsh_user set delete_flag='1' where status=1;
alter table jsh_tenant add delete_flag varchar(1) DEFAULT '0' COMMENT '删除标记0未删除1删除' after remark;
alter table jsh_tenant add delete_flag varchar(1) DEFAULT '0' COMMENT '删除标记0未删除1删除' after remark;
-- --------------------------------------------------------
-- 时间 2024年12月17日
-- by jishenghua
-- 更新菜单:把计量单位更新为多单位
-- --------------------------------------------------------
update jsh_function set name='多单位' where number='010103';