jinpengyong
2020-09-24 d42d3ece5734670e29378ade81f56c7601e82c09
src/main/java/com/moral/common/util/WebUtils.java
@@ -29,8 +29,12 @@
               params.put(unprefixed, values);
            }
            else {
               if (!ObjectUtils.isEmpty(values[0])) {
                  params.put(unprefixed, values[0]);
               if (!ObjectUtils.isEmpty(values[0]) && !"null".equalsIgnoreCase(values[0])) {
                  if ("sorter".equals(unprefixed)) {
                     params.put(unprefixed, values[0].replace("end", ""));
                  } else {
                     params.put(unprefixed, values[0]);
                  }
               }
            }
         }