소스 검색

feature 代码提交

xiahan 1 년 전
부모
커밋
c235cfaa85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ReportCheckServiceImpl.java

+ 1 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ReportCheckServiceImpl.java

@@ -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()) {