Commit 214bcad3 by 仲光辉

feat: add sql.

parent d5e851e6
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -900,6 +900,24 @@ UPDATE mfg.contract_follow_admin t ...@@ -900,6 +900,24 @@ UPDATE mfg.contract_follow_admin t
SET t.is_delete = 1 SET t.is_delete = 1
WHERE t.uuid = 1665610849790722050; WHERE t.uuid = 1665610849790722050;
UPDATE mfg.contract_follow_admin t
SET t.is_delete = 1
WHERE t.uuid = 1645331631693627393;
UPDATE contract
SET create_uuid='f00790a4c0d74848ab9250402023d347',
creator_name='任倩男'
WHERE uuid = 1663470281831284737
LIMIT 1;
UPDATE contract_follow_admin
SET user_uuid='f00790a4c0d74848ab9250402023d347',
name='任倩男'
WHERE contract_uuid = 1663470281831284737
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