deviceEvent内容增加attrCode

This commit is contained in:
huguanghan 2024-11-26 11:26:05 +08:00
parent 661ab6162d
commit c7f6562b27

View File

@ -702,6 +702,7 @@ public class TDEngineService {
deviceEventInfo.setConfirmTime(rs.getLong("confirm_time"));
deviceEventInfo.setDeviceCode(rs.getString("device_code"));
deviceEventInfo.setDeviceId(rs.getString("device_id"));
deviceEventInfo.setDeviceName(rs.getString("device_name"));
result.add(deviceEventInfo);
}
} catch (Exception e) {