admin
2019-04-12 3532068a157dc0e05b64b4fd2c6e87a890f15e47
fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/FloatADServiceImpl.java
@@ -46,8 +46,10 @@
      }
      
      String params = record.getParams();
      if ((params != null && params.trim().length() == 0) || "null".equalsIgnoreCase(params) ) {
      if (params == null || params.trim().length() == 0 || "null".equalsIgnoreCase(params) ) {
         record.setParams(null);
      } else if (!StringUtil.isJson(params)) {
         throw new FloatADException(1, "跳转参数非JSON格式");
      }
      
      if (!StringUtil.isNullOrEmpty(jumpType)) {