haungxing
9 months ago
1 changed files with 1 additions and 1 deletions
@ -1,2 +1,2 @@
|
||||
-- 批量处理设备历史数据,将其设为一级设备 |
||||
update hzims_em_info set `path` = CONCAT('/',`NUMBER`) where `path` is null and `is_deleted` = 0 |
||||
update hzims_em_info set `path` = CONCAT('/',`NUMBER`) where `path` is null and `is_deleted` = 0; |
Loading…
Reference in new issue