admin
2019-04-15 debb3a579f798d71072f037f74e3e6b43b5fe0ee
fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SwiperPictureServiceImpl.java
@@ -80,6 +80,8 @@
      String params = record.getParams();
      if (params == null || params.trim().length() == 0 || "null".equalsIgnoreCase(params) ) {
         record.setParams(null);
      } else if (!StringUtil.isJson(params)) {
         throw new SwiperPictureException(1, "跳转参数非JSON格式");
      }
      
      if (!StringUtil.isNullOrEmpty(jumpType)) {
@@ -107,6 +109,11 @@
         e.printStackTrace();
      }
      
      String remark = record.getRemark();
      if (remark != null && (remark.trim().length() == 0 || remark.equalsIgnoreCase("null"))) {
         record.setRemark(null);
      }
      
      String picture = null;
      if (file != null) {