|
@@ -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 -> {
|