Commit 359543b0 by 仲光辉

feat: add sql.

parent 945975e6
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -756,6 +756,15 @@ WHERE contract_code IN ( ...@@ -756,6 +756,15 @@ WHERE contract_code IN (
) )
LIMIT 2; LIMIT 2;
UPDATE
contract
SET create_uuid='6c029174d2cf401e920e9fda1a5dc2f9',
creator_name='彭燕红-Sofia'
WHERE contract_code IN (
'HT-SZS-HJJRZX-1317-202302-1691'
)
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