Commit 6fa9d3e5 by 仲光辉

feat: add sql.

parent 214bcad3
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -916,6 +916,18 @@ SET user_uuid='f00790a4c0d74848ab9250402023d347', ...@@ -916,6 +916,18 @@ SET user_uuid='f00790a4c0d74848ab9250402023d347',
WHERE contract_uuid = 1663470281831284737 WHERE contract_uuid = 1663470281831284737
LIMIT 1; LIMIT 1;
UPDATE contract
SET create_uuid='f00790a4c0d74848ab9250402023d347',
creator_name='任倩男'
WHERE uuid = 1582616506052214786
LIMIT 1;
UPDATE contract_follow_admin
SET user_uuid='f00790a4c0d74848ab9250402023d347',
name='任倩男'
WHERE contract_uuid = 1582616506052214786
LIMIT 1;
......
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