Commit ce606870 by 仲光辉

feat: add sql.

parent a9aa7746
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -776,6 +776,16 @@ WHERE contract_code IN (
)
LIMIT 3;
UPDATE mfg.project_unit_rental t
SET t.delete_time = null
WHERE t.uuid LIKE 'dbfe678207734d56b2f52273dd094cc4' ESCAPE '#';
UPDATE mfg.company t
SET t.status = 1
WHERE t.uuid LIKE '354d8f2eb4584303ba76f75d2011618b' 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