11816 2 giorni fa
parent
commit
f0a819f182

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

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

Loading…
Annulla
Salva