ZhuDongming
2019-07-25 97b41e7173ca40275b7e6aea12b70bba9ea9c453
src/main/java/com/moral/common/util/WebUtils.java
@@ -30,7 +30,11 @@
            }
            else {
               if (!ObjectUtils.isEmpty(values[0]) && !"null".equalsIgnoreCase(values[0])) {
                  params.put(unprefixed, values[0]);
                  if ("sorter".equals(unprefixed)) {
                     params.put(unprefixed, values[0].replace("end", ""));
                  } else {
                     params.put(unprefixed, values[0]);
                  }
               }
            }
         }