sql文件更换目录

This commit is contained in:
feng
2025-12-13 16:10:40 +08:00
parent 707e41025c
commit f2d63353b0
14 changed files with 0 additions and 0 deletions
@@ -0,0 +1,3 @@
UPDATE aed_equipment_manger m
JOIN aed_location_equipment l ON m.id = l.equipment_id
SET m.install_address = l.address;