Browse Source

fix: 解决诊断缺陷的补充信息不支持表情的问题

zhongwei
liwen 8 months ago
parent
commit
8c58f3cbd4
  1. 3
      hzims-service/equipment/src/main/resources/db/2.0.0.sql.1

3
hzims-service/equipment/src/main/resources/db/2.0.0.sql.1

@ -33,3 +33,6 @@ update equipment.hzims_em_definition set type = '2' where type = '0';
update bladex.blade_dict set dict_key = '2' where id = 1675699613977288706; update bladex.blade_dict set dict_key = '2' where id = 1675699613977288706;
update equipment.hzims_em_definition set type = '2' where type = '0'; update equipment.hzims_em_definition set type = '2' where type = '0';
-- 修改故障诊断任务表的字符集
ALTER TABLE hzims_fdp_task CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
Loading…
Cancel
Save