소스 검색

更新!

TRX 1 년 전
부모
커밋
975ec03ef6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      OneCardIotServer/src/main/java/com/zhongshu/iot/server/core/service/device/DevicePingInfoService.java

+ 1 - 0
OneCardIotServer/src/main/java/com/zhongshu/iot/server/core/service/device/DevicePingInfoService.java

@@ -105,6 +105,7 @@ public class DevicePingInfoService extends SuperService {
     public ResultContent<Object> ping(String dataId, String dataStr) {
         PingResult pingResult = new PingResult();
         GateWayPingInfoParam param = JSONUtil.toBean(dataStr, GateWayPingInfoParam.class);
+
         if (StringUtils.isNotEmpty(param.getDeviceId())) {
             devicePing(dataId, dataStr);
         } else if (StringUtils.isNotEmpty(param.getGateWayId())) {