|
|
@ -86,6 +86,8 @@ public class SaveOrUpdateTaskDomainServiceImpl implements SaveOrUpdateTaskDomain |
|
|
dto.setLineName(subProductLine.getParentName()); |
|
|
dto.setLineName(subProductLine.getParentName()); |
|
|
// 保存
|
|
|
// 保存
|
|
|
TaskEntity saveEntity = dto.toEntity(TaskEntity::new); |
|
|
TaskEntity saveEntity = dto.toEntity(TaskEntity::new); |
|
|
|
|
|
saveEntity.setParticipantNum(dto.getParticipantUserIdList().size()); |
|
|
|
|
|
saveEntity.setPassNum(0); |
|
|
taskBaseService.saveOrUpdate(saveEntity); |
|
|
taskBaseService.saveOrUpdate(saveEntity); |
|
|
|
|
|
|
|
|
// todo 知识点分簇,预出题
|
|
|
// todo 知识点分簇,预出题
|
|
|
|