|
@@ -451,8 +451,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
}
|
|
|
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);
|
|
|
+ Sfc10401 sfc10401 = all10401List.stream().filter(v -> v.getPrver().trim().equals(l.getPrver().trim()) && v.getCpart().trim().equals(l.getCpart().trim())).findFirst().orElse(null);
|
|
|
// 判断是否已加过对应工艺
|
|
|
newTech.setIsHistory(0);
|
|
|
newTech.setProductCode(l.getCpart().trim());
|