Commit c514dc89 authored by tianyiming's avatar tianyiming

修改一码通总览数据相关问题

parent fba242b4
...@@ -30,5 +30,7 @@ public class AmosMqttListener extends EmqxListener { ...@@ -30,5 +30,7 @@ public class AmosMqttListener extends EmqxListener {
equipmentCategoryService.createSupervisorCode(null, id); equipmentCategoryService.createSupervisorCode(null, id);
// 更新ES // 更新ES
equipmentCategoryService.checkEsData(id); equipmentCategoryService.checkEsData(id);
// 更新一码通总览数据统计表
equipmentCategoryService.updateEquipmentCategoryData(id);
} }
} }
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