Commit a9aa7746 by 仲光辉

feat: add sql.

parent 359543b0
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -765,6 +765,17 @@ WHERE contract_code IN (
)
LIMIT 1;
UPDATE
contract
SET create_uuid='6c029174d2cf401e920e9fda1a5dc2f9',
creator_name='彭燕红-Sofia'
WHERE contract_code IN (
'HT-SZS-HJJRZX-1010-202302-1852',
'HT-SZS-HJJRZX-1013-202302-1653',
'HT-SZS-HJJRZX-1008-202302-1648'
)
LIMIT 3;
......
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