admin
2021-02-19 58577bae968f2a10232bc8b3c04910b93ea3c69a
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(","))