|
@@ -76,6 +76,7 @@ public class Inc10100Controller extends BaseController {
|
|
|
*/
|
|
|
@PreAuthorize("@ss.hasPermi('business:product:sync')")
|
|
|
@GetMapping(value = "/getP2Product")
|
|
|
+ @Transactional
|
|
|
public AjaxResult getP2Product() {
|
|
|
boolean result;
|
|
|
// result = true;
|
|
@@ -449,9 +450,6 @@ public class Inc10100Controller extends BaseController {
|
|
|
}else {
|
|
|
newTech = new BizTechnologicalProcess();
|
|
|
}
|
|
|
- System.out.println(l+"l");
|
|
|
- System.out.println("___________________________________");
|
|
|
- System.out.println(allChangeSfc10401);
|
|
|
Sfc10401 sfc10401 = allChangeSfc10401.stream().filter(v -> v.getPrver().trim().equals(l.getPrver().trim()) && v.getCpart().trim().equals(l.getCpart().trim())).findFirst().orElse(null);
|
|
|
// 判断是否已加过对应工艺
|
|
|
newTech.setIsHistory(0);
|