deviceEvent内容增加attrCode
This commit is contained in:
parent
661ab6162d
commit
c7f6562b27
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user