소스 검색

修改BUG

11816 3 일 전
부모
커밋
b9d5188b5e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/main/java/com/example/backend/pAndSExe/util/PsExeExcelUtil.java

+ 2
- 2
src/main/java/com/example/backend/pAndSExe/util/PsExeExcelUtil.java 파일 보기

474
             if (dto.getFtype4() == null || dto.getFtype4().trim().isEmpty()) {
474
             if (dto.getFtype4() == null || dto.getFtype4().trim().isEmpty()) {
475
                 errorLogList.add("钢产品计重方式为空");
475
                 errorLogList.add("钢产品计重方式为空");
476
             }
476
             }
477
-            if (dto.getSMRNo()==null || dto.getSMRNo().trim().isEmpty()) {
477
+            /*if (dto.getSMRNo()==null || dto.getSMRNo().trim().isEmpty()) {
478
                 errorLogList.add("钢产品钢厂资源号为空");
478
                 errorLogList.add("钢产品钢厂资源号为空");
479
-            }
479
+            }*/
480
         }else if(bizProductType.equals("铁矿石")){
480
         }else if(bizProductType.equals("铁矿石")){
481
             if (dto.getMoisture() == null) {
481
             if (dto.getMoisture() == null) {
482
                 errorLogList.add("铁矿石水分为空");
482
                 errorLogList.add("铁矿石水分为空");

Loading…
취소
저장