Commit 76d4c861 by 仲光辉

feat: add sql.

parent 1e40b37d
This source diff could not be displayed because it is too large. You can view the blob instead.
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -785,6 +785,18 @@ SET t.status = 1
WHERE t.uuid LIKE '354d8f2eb4584303ba76f75d2011618b' ESCAPE '#';
UPDATE mfg.contract_follow_admin t
SET t.is_delete = 1
WHERE t.uuid = 1590280602275282946;
UPDATE mfg.contract_follow_admin t
SET t.is_delete = 1
WHERE t.uuid = 1658678864203743233;
UPDATE mfg.contract_follow_admin t
SET t.is_delete = 1
WHERE t.uuid = 1658673087001460737;
......
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