|
@@ -303,6 +303,8 @@ public class ApsProcessOperationProcessEquServiceImpl extends ServiceImpl<ApsPro
|
|
log.error("该作业明细已被:{}其他操作员换线", changeWiresLock.get(equId));
|
|
log.error("该作业明细已被:{}其他操作员换线", changeWiresLock.get(equId));
|
|
return R.error("该作业明细已被其他操作员换线");
|
|
return R.error("该作业明细已被其他操作员换线");
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
+ for (String equId : detailIds) {
|
|
changeWiresLock.put(equId, nowWorkUser.getId());
|
|
changeWiresLock.put(equId, nowWorkUser.getId());
|
|
}
|
|
}
|
|
List<String> aboutIds = new LinkedList<>();
|
|
List<String> aboutIds = new LinkedList<>();
|