Browse Source

修改BUG

11816 2 days ago
parent
commit
f0a819f182

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

285
             if (dto.getFtype4() == null || dto.getFtype4().trim().isEmpty()) {
285
             if (dto.getFtype4() == null || dto.getFtype4().trim().isEmpty()) {
286
                 errorLogList.add("钢产品计重方式为空");
286
                 errorLogList.add("钢产品计重方式为空");
287
             }
287
             }
288
-            if (dto.getSMRNo()==null || dto.getSMRNo().trim().isEmpty()) {
288
+            /*if (dto.getSMRNo()==null || dto.getSMRNo().trim().isEmpty()) {
289
                 errorLogList.add("钢产品钢厂资源号为空");
289
                 errorLogList.add("钢产品钢厂资源号为空");
290
-            }
290
+            }*/
291
         }else if(bizProductType.equals("铁矿石")){
291
         }else if(bizProductType.equals("铁矿石")){
292
             if (dto.getMoisture() == null) {
292
             if (dto.getMoisture() == null) {
293
                 errorLogList.add("铁矿石水分为空");
293
                 errorLogList.add("铁矿石水分为空");

Loading…
Cancel
Save