|
|
|
@ -84,6 +84,7 @@ public class SaveOrUpdateTaskDomainServiceImpl implements SaveOrUpdateTaskDomain |
|
|
|
dto.setSubLineName(subProductLine.getName()); |
|
|
|
dto.setLineId(subProductLine.getParentId()); |
|
|
|
dto.setLineName(subProductLine.getParentName()); |
|
|
|
dto.setBusinessId(subProductLine.getBusinessId()); |
|
|
|
// 保存
|
|
|
|
TaskEntity saveEntity = dto.toEntity(TaskEntity::new); |
|
|
|
saveEntity.setParticipantNum(dto.getParticipantUserIdList().size()); |
|
|
|
|