Browse Source

修改BUG

11816 2 months ago
parent
commit
b9d5188b5e

+ 2
- 2
src/main/java/com/example/backend/pAndSExe/util/PsExeExcelUtil.java View File

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…
Cancel
Save