yujian
2020-04-01 e76b8179de1cd0ea836b0c2bf7278015e71b9e71
fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/FloatADServiceImpl.java
@@ -68,6 +68,8 @@
         record.setParams(null);
      } else if (!StringUtil.isJson(params)) {
         throw new FloatADException(1, "跳转参数非JSON格式");
      } else {
         record.setParams(params.trim());
      }
      
      FloatADTypeEnum typeEnum = record.getTypeEnum();