@@ -378,6 +378,7 @@ public class SalesContractServiceImpl implements SalesContractService {
// }
+
if ("铁矿石".equals(entity.getBizProductType()) || "煤炭".equals(entity.getBizProductType())) {
if (StringUtils.isEmpty(entity.getIfLongTerm())) {
currentContractErrors.add("主表(Sheet1) 合同号: " + currentSono + ":合同产品类型为铁矿石或煤炭时,是否长协不能为空");