Commit 7517cc9d by 仲光辉

feat: add sql.

parent 9b4a3c3c
# # 2022.05.25 # # 2022.05.25
...@@ -5981,7 +5981,7 @@ alter table tenant_notification_contact ...@@ -5981,7 +5981,7 @@ alter table tenant_notification_contact
modify contact_name varchar(30) null comment '联系人姓名'; modify contact_name varchar(30) null comment '联系人姓名';
alter table tenant_notification_contact alter table tenant_notification_contact
modify phone_number varchar(11) null comment '手机号'; modify phone_number varchar(50) null comment '手机号';
......
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -498,6 +498,12 @@ UPDATE mfg.project_floor_sub_item t ...@@ -498,6 +498,12 @@ UPDATE mfg.project_floor_sub_item t
SET t.status = 1 SET t.status = 1
WHERE t.uuid LIKE '1597133684198670340' ESCAPE '#'; WHERE t.uuid LIKE '1597133684198670340' ESCAPE '#';
UPDATE mfg.contract t
SET t.contract_status = 6
WHERE t.uuid = 1638040355059269634;
......
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