Commit 9b4a3c3c by 仲光辉

feat: add sql.

parent e438b986
# # 2022.05.25
# # 2022.05.25
......@@ -5977,6 +5977,12 @@ alter table tenant_notification_contact
modify business_uuid bigint(19) not null comment 'eg. bill_charge_notice_history_group group_uuid';
alter table tenant_notification_contact
modify contact_name varchar(30) null comment '联系人姓名';
alter table tenant_notification_contact
modify phone_number varchar(11) null comment '手机号';
......
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -494,6 +494,10 @@ UPDATE mfg.company t
SET t.status = 1
WHERE t.uuid LIKE '87868b96578d4c8eb684941fc9d17fe2' ESCAPE '#';
UPDATE mfg.project_floor_sub_item t
SET t.status = 1
WHERE t.uuid LIKE '1597133684198670340' ESCAPE '#';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment