Commit c5f52b6b by 仲光辉

feat: add sql.

parent baad61a6
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -210,6 +210,20 @@ SET t.opportunity_uuid = 1628336891953803265,
t.opportunity_contact_uuid = '18fc05ae70e00c486b1945b6baffb496'
WHERE t.uuid = 1625094094549745666;
UPDATE mfg.contract t
SET t.opportunity_contact_name = '锐锐'
WHERE t.uuid = 1605028221044129793;
UPDATE mfg.contract t
SET t.opportunity_uuid = 1607791083667849218,
t.opportunity_contact_uuid = 'b366a276b8ace703967e8c66b4ae1f09',
t.opportunity_contact_name = '郑'
WHERE t.uuid = 1614813638174044162;
......
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