yujian
2019-04-17 723ef76d9a5b5ff07704a49ca90d432c47a226c7
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)) {