guoyujia 2 meses atrás
pai
commit
1ee639ef6c

+ 2 - 0
src/main/java/cn/ezhizao/project/business/controller/Inc10100Controller.java

@@ -449,6 +449,8 @@ public class Inc10100Controller extends BaseController {
                 }else {
                     newTech = new BizTechnologicalProcess();
                 }
+                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);
                 // 判断是否已加过对应工艺
                 newTech.setIsHistory(0);