|
@@ -118,7 +118,7 @@ public class ReportCheckServiceImpl implements ReportCheckService {
|
|
|
}
|
|
|
// 获取该工序生成的物料输出信息
|
|
|
List<ApsReportOutputDo> reportOutputDos = apsReportOutputService.list(new LambdaQueryWrapper<ApsReportOutputDo>()
|
|
|
- .eq(ApsReportOutputDo::getCheckstatus,"待检验")
|
|
|
+// .eq(ApsReportOutputDo::getCheckstatus,"待检验")
|
|
|
.eq(ApsReportOutputDo::getMainid, id)
|
|
|
.eq(BaseDo::getDeleted, NO_DELETED));
|
|
|
if (reportOutputDos.isEmpty()) {
|