瀏覽代碼

消除警告

limeng 2 月之前
父節點
當前提交
2d36ac196b

+ 0 - 2
src/main/java/com/sooka/sponest/event/eventProcess/service/impl/EventProcessServiceImpl.java

@@ -774,7 +774,6 @@ public class EventProcessServiceImpl extends BaseServiceImpl implements EventPro
     /**
      * 列表设置附件路径
      *
-     * @param eventInfoBOList
      */
     private void listSetPath(List<EventInfoBO> eventInfoBOList) {
         eventInfoBOList.forEach(eventInfo -> {
@@ -786,7 +785,6 @@ public class EventProcessServiceImpl extends BaseServiceImpl implements EventPro
     /**
      * 详情设置附件路径
      *
-     * @param eventLogList
      */
     private void detailSetPath(List<EventLog> eventLogList) {
         eventLogList.forEach(log -> {