Commit da1a1833 by 仲光辉

feat: add sql.

parent 8f02161c
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -1077,6 +1077,26 @@ SET t.is_delete = 1
WHERE t.uuid = 1682223097152339970;
# YXS-SHS-SHZQGC-1108-202307-6061
UPDATE mfg.project_unit_rental t
SET t.delete_time = null
WHERE t.uuid LIKE '404442b724f9447889867d742f028062' ESCAPE '#';
INSERT INTO mfg.project_unit_rental (uuid, contract_uuid, company_uuid, until_uuid, project_uuid, custom_type, pay_type,
verify_status, exception_status, exception_desc, start_time, `index`, end_time,
free_start_time, free_end_time, throw_lease_time, create_time, update_time,
delete_time, sort_index, is_privilege, is_sync_notification_instrument)
VALUES ('ca88b583bb634920bdf2c3b84b60328a', 1681604339786383362, 'd431da24f653406485d797b774c8bb4c',
'1502233363195387905', 'db019f60cadd4961be499ca6e71359e6', null, '暂无', 3, 0, null, '2023-07-01', null,
'2025-07-31', null, null, null, '2023-06-29 12:40:01', '2023-07-28 14:52:41', null, 802, 0, 1);
UPDATE mfg.project_unit_rental t
SET t.start_time = '2023-07-25',
t.end_time = '2025-07-24'
WHERE t.uuid LIKE 'ca88b583bb634920bdf2c3b84b60328a' ESCAPE '#';
......
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