|
@@ -56,6 +56,17 @@ public class ApsProcessOperationProcessEquController {
|
|
|
log.info("开始进行换线作业");
|
|
|
return apsProcessOperationProcessEquService.changingWires(changingWiresVos);
|
|
|
}
|
|
|
+ /**
|
|
|
+ * 换线作业2,区分甘特图和车间作业跟踪
|
|
|
+ *
|
|
|
+ * @param changingWiresVos
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @PostMapping("/changing-wires2")
|
|
|
+ public R changingWires2(@RequestBody @Validated List<ChangingWiresVo> changingWiresVos) {
|
|
|
+ log.info("开始进行换线作业");
|
|
|
+ return apsProcessOperationProcessEquService.changingWires(changingWiresVos);
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
|
* 换线获取可选设备
|