|
@@ -38,6 +38,8 @@ public class LinkPrcsParaService {
|
|
|
TbLinkParaDetl detl = null;
|
|
|
Optional<TbLinkParaStup> stupOpt = this.stupRepo.findById(id);
|
|
|
Optional<TbLinkParaDetl> detlOpt = this.detlRepo.findById(id);
|
|
|
+ //TODO
|
|
|
+ //List<TbLinkParaClctSyst> systOpt = null;
|
|
|
List<TbLinkParaClctSyst> systOpt = this.systRepo.findClctsById(id);
|
|
|
if (stupOpt.isPresent()) {
|
|
|
stup = stupOpt.get();
|