admin
2021-02-04 e8e342cd6c1334f1b8f71d24baa3157637a9ac43
src/main/java/com/yeshi/buwan/web/action/SpecialAction.java
@@ -86,7 +86,7 @@
   public String addSpecial() {
      String detailSystems = request.getParameter("detailsystems");
      List<String> sysList = new ArrayList<String>();
      List<String> sysList = new ArrayList<>();
      if (!StringUtil.isNullOrEmpty(detailSystems)) {
         if (detailSystems.contains(",")) {
            for (String st : detailSystems.split(","))