Commit 6b8493f6 by 仲光辉

feat: add sql.

parent 2171c1e0
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -630,6 +630,16 @@ UPDATE mfg.admin_opportunity t ...@@ -630,6 +630,16 @@ UPDATE mfg.admin_opportunity t
SET t.is_delete = 1 SET t.is_delete = 1
WHERE t.uuid = 1528046448106090498; WHERE t.uuid = 1528046448106090498;
UPDATE contract
SET create_uuid='ef5fbe2fae5847e59b2036f46cb4d21b',
creator_name='钟舒婷'
WHERE uuid=1579669590037331970;
UPDATE contract
SET create_uuid='6c029174d2cf401e920e9fda1a5dc2f9',
creator_name='彭燕红-Sofia'
WHERE uuid=1547770218811572226;
......
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