Commit 17b781d9 by 仲光辉

feat: add sql.

parent c5f52b6b
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -222,6 +222,23 @@ WHERE t.uuid = 1614813638174044162;
UPDATE mfg.contract t
SET t.opportunity_uuid = 1629023545295110145,
t.opportunity_contact_uuid = '5d73e992f6f8284c23f13ae9bb0ef6b9'
WHERE t.uuid = 1625323503665410049;
UPDATE mfg.contract t
SET t.opportunity_uuid = 1599958509728366593,
t.opportunity_name = '成都快趣玩文化娱乐有限公司',
t.opportunity_contact_uuid = '688a9fb209577a2306175b0f79bc4af6',
t.opportunity_contact_name = '李总'
WHERE t.uuid = 1599957680989413377;
......
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