更新sql,改计量单位为多单位
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user