|
|
@@ -578,7 +578,7 @@ public class InsAreaCompanyServiceImpl extends ServiceImpl<InsAreaCompanyMapper,
|
|
|
|
|
|
List<PtlAgreementProductCostsNew> costsNews = ptlAgreementProductCostsNewService.getByAgreementId(agreementProductQueryVo);
|
|
|
|
|
|
- if (costsNews.isEmpty() || Objects.isNull(quoteVo.getNowCostsId()) ) {
|
|
|
+ if (costsNews.isEmpty()) {
|
|
|
throw new SystemException("没有找到费用信息");
|
|
|
}
|
|
|
PtlAgreementProductCostsNew ptlAgreementProductCostsNew = costsNews.get(0);
|