Commit 1420eb38 by 仲光辉

feat: add sql.

parent 9f3c207c
alter table admin
alter table admin
add disabled tinyint(1) default 0 null comment '是否禁用 0:未禁用 1:已禁用 default: 0';
\ No newline at end of file
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -1044,6 +1044,34 @@ FROM mfg.notification_instruments_sending_statistics ...@@ -1044,6 +1044,34 @@ FROM mfg.notification_instruments_sending_statistics
WHERE uuid = 1665941622819979266; WHERE uuid = 1665941622819979266;
UPDATE mfg.contract_follow_admin t
SET t.is_delete = 1
WHERE t.uuid = 1670633846104780801;
UPDATE mfg.bill_item t
SET t.type = 1
WHERE t.uuid = 1595341300720795650;
UPDATE mfg.bill_item t
SET t.type = 1
WHERE t.uuid = 1595341300716601346;
UPDATE mfg.bill_item t
SET t.type = 1
WHERE t.uuid = 1595341300699824130;
UPDATE mfg.bill t
SET t.type = 1
WHERE t.uuid = 1595341300666269700;
UPDATE mfg.bill t
SET t.type = 1
WHERE t.uuid = 1595341300670464002;
UPDATE mfg.bill t
SET t.type = 1
WHERE t.uuid = 1595341300666269698;
......
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