|
@@ -264,7 +264,7 @@ public class ApsProcessOperationProcessEquServiceImpl extends ServiceImpl<ApsPro
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public R changingWires(List<ChangingWiresVo> changingWiresVos) {
|
|
|
-// ApsUtils.checkScheduling(null);
|
|
|
+ ApsUtils.checkScheduling(null);
|
|
|
if (changingWiresVos.isEmpty()) {
|
|
|
log.error("换线作业的工序作业不为空");
|
|
|
return R.error("工序作业不能为空");
|