|
@@ -449,6 +449,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
}else {
|
|
|
newTech = new BizTechnologicalProcess();
|
|
|
}
|
|
|
+ System.out.println(l+"l");
|
|
|
System.out.println("___________________________________");
|
|
|
System.out.println(sfc10401List);
|
|
|
Sfc10401 sfc10401 = sfc10401List.stream().filter(v -> v.getPrver().trim().equals(l.getPrver().trim()) && v.getCpart().trim().equals(l.getCpart().trim())).findFirst().orElse(null);
|