|
@@ -931,11 +931,11 @@ public class ApsServiceImpl implements ApsService {
|
|
|
Map<String, ProductionProcesses> lockHbPp = new HashMap<>();
|
|
|
// 转换工序模型数据
|
|
|
for (ApsProcessOperationDo operationDo : operationDos) {
|
|
|
- if (null != needUnLockProcessIdList){
|
|
|
+ /*if (null != needUnLockProcessIdList){
|
|
|
if (!needUnLockProcessIdList.contains(operationDo.getId())){
|
|
|
continue;
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
processIdss.add(operationDo.getId());
|
|
|
ProductionProcesses processes = new ProductionProcesses();
|
|
|
// 工序所属订单
|