|
@@ -89,7 +89,8 @@ public class TargetDemandService extends ServiceImpl<TargetDemandMapper, TargetD
|
|
|
return false;
|
|
|
}
|
|
|
List<TargetDemand> relations = getTargetRelations(request, targets, request.stream().map(QueryTargetRelationAddDTO::getParentId).collect(Collectors.toList()));
|
|
|
- targetDemandMapper.batch(relations);
|
|
|
+ this.saveBatch(relations);
|
|
|
+ /*targetDemandMapper.batch(relations);*/
|
|
|
return true;
|
|
|
}
|
|
|
|