|
@ -75,10 +75,7 @@ import org.springframework.stereotype.Service; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.util.CollectionUtils; |
|
|
import org.springframework.util.CollectionUtils; |
|
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
import java.util.*; |
|
|
import java.util.Date; |
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
import java.util.UUID; |
|
|
|
|
|
import java.util.stream.Collectors; |
|
|
import java.util.stream.Collectors; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -808,6 +805,8 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr |
|
|
ActSummaryFormDTO actSummaryFormDTO=new ActSummaryFormDTO(); |
|
|
ActSummaryFormDTO actSummaryFormDTO=new ActSummaryFormDTO(); |
|
|
actSummaryFormDTO.setUserId(formDTO.getUserId()); |
|
|
actSummaryFormDTO.setUserId(formDTO.getUserId()); |
|
|
actSummaryFormDTO.setGroupActId(formDTO.getGroupActId()); |
|
|
actSummaryFormDTO.setGroupActId(formDTO.getGroupActId()); |
|
|
|
|
|
actSummaryFormDTO.setImgList(new ArrayList<>()); |
|
|
|
|
|
actSummaryFormDTO.setTextList(new ArrayList<>()); |
|
|
actSummaryService.submitActSummary(actSummaryFormDTO); |
|
|
actSummaryService.submitActSummary(actSummaryFormDTO); |
|
|
} |
|
|
} |
|
|
//4、插入操作日志
|
|
|
//4、插入操作日志
|
|
|