胡北宽 1 day ago
parent
commit
198ec61969

+ 1
- 0
src/main/java/com/example/backend/service/contract/impl/SalesContractServiceImpl.java View File

378
 //                    }
378
 //                    }
379
 
379
 
380
 
380
 
381
+
381
                     if ("铁矿石".equals(entity.getBizProductType()) || "煤炭".equals(entity.getBizProductType())) {
382
                     if ("铁矿石".equals(entity.getBizProductType()) || "煤炭".equals(entity.getBizProductType())) {
382
                         if (StringUtils.isEmpty(entity.getIfLongTerm())) {
383
                         if (StringUtils.isEmpty(entity.getIfLongTerm())) {
383
                             currentContractErrors.add("主表(Sheet1) 合同号: " + currentSono + ":合同产品类型为铁矿石或煤炭时,是否长协不能为空");
384
                             currentContractErrors.add("主表(Sheet1) 合同号: " + currentSono + ":合同产品类型为铁矿石或煤炭时,是否长协不能为空");

Loading…
Cancel
Save