|
@@ -466,7 +466,7 @@ public class ReportCheckServiceImpl implements ReportCheckService {
|
|
|
// 更新流转的在制品状态
|
|
|
List<String> outputNumbers = updateWorkInProgressInventoryStatus(blScNum, lzScNum, YES,
|
|
|
apsWorkInProgressInventoryDos, currentReportOutputs, WAIT_WORK, PASS);
|
|
|
- if (outputNumbers.isEmpty()) {
|
|
|
+ if (!outputNumbers.isEmpty()) {
|
|
|
// 添加需要流转的编号信息
|
|
|
toBeProcessedDataMap.put(outputId, outputNumbers);
|
|
|
}
|