|
|
|
@ -123,7 +123,7 @@ public class IotThicknessController extends BladeController { |
|
|
|
public R queryChyData(@RequestBody JSONObject data) throws Exception { |
|
|
|
public R queryChyData(@RequestBody JSONObject data) throws Exception { |
|
|
|
InetAddress inetAddress = InetAddress.getLocalHost(); |
|
|
|
InetAddress inetAddress = InetAddress.getLocalHost(); |
|
|
|
String ip = inetAddress.getHostAddress(); |
|
|
|
String ip = inetAddress.getHostAddress(); |
|
|
|
ip = "192.168.134.115"; |
|
|
|
// ip = "192.168.134.115";
|
|
|
|
|
|
|
|
|
|
|
|
QueryWrapper<EquipmentEntity> qw = new QueryWrapper<>(); |
|
|
|
QueryWrapper<EquipmentEntity> qw = new QueryWrapper<>(); |
|
|
|
qw.eq("DEVICE_IP",ip); |
|
|
|
qw.eq("DEVICE_IP",ip); |
|
|
|
|