|
@@ -68,7 +68,7 @@ public class ApsProcessOperationProcessEquController {
|
|
|
@PostMapping("/changing-wires2")
|
|
|
public R changingWires2(@RequestBody @Validated List<ChangingWiresVo> changingWiresVos) {
|
|
|
log.info("开始进行换线作业2");
|
|
|
- return R.ok(ganttService.getListById(apsProcessOperationProcessEquService.changingWires(changingWiresVos)));
|
|
|
+ return R.ok(apsProcessOperationProcessEquService.changingWires(changingWiresVos));
|
|
|
}
|
|
|
/**
|
|
|
* 排单
|