Commit b364196f by 仲光辉

feat: add sql.

parent 76100e07
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -1006,6 +1006,14 @@ UPDATE mfg.bill_item t ...@@ -1006,6 +1006,14 @@ UPDATE mfg.bill_item t
SET t.type = 1 SET t.type = 1
WHERE t.uuid = 1587357942293852161; WHERE t.uuid = 1587357942293852161;
UPDATE mfg.contract t
SET t.fid = null
WHERE t.uuid = 1659007722457726978;
UPDATE mfg.project_unit_rental t
SET t.delete_time = null
WHERE t.uuid LIKE 'ceef14e26411467e8a0bd9a4b2b2f0b8' 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