1、增加单位图标管理

2、修改机构登录
3、订单问题处理
4、完善组态绑定及删除关联
This commit is contained in:
LEED
2025-06-22 10:33:36 +08:00
parent 3bac43403b
commit b2cee8aeb7
40 changed files with 1367 additions and 86 deletions

View File

@@ -96,7 +96,8 @@ public class DeviceStatusConsumer {
// if (device.getGroupId().equals(0L) || device.getGroupId() == null) {
if (device.getAgenciesId() == null) {
//设置删除状态 todo
device.setDelFlag("2");
// device.setDelFlag("2");
deviceService.deleteDeviceByDeviceId(device.getDeviceId());
}
}
}