fix:设备信息查询添加经纬度查询

V0.5.x
tangfudong 2023-06-28 11:48:49 +08:00
parent 6b1df5a9bb
commit 23ecc0973d
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ public class DeviceInfoDataImpl implements IDeviceInfoData, IJPACommData<DeviceI
"a.model,\n" + "a.model,\n" +
"a.secret,\n" + "a.secret,\n" +
"a.parent_id,\n" + "a.parent_id,\n" +
"a.longitude,\n" +
"a.latitude,\n" +
"a.uid,\n" + "a.uid,\n" +
"a.state,\n" + "a.state,\n" +
"a.online_time,\n" + "a.online_time,\n" +