|
|
|
@ -243,7 +243,7 @@ public class AisinoInvoiceRequestAdapterImpl implements IInvoiceRequestService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
if (StringUtils.isNoneBlank(billInfo.getInvoiceType()) && !environment.getProperty("billing.limit.nsrsbh").equals(billInfo.getInvoiceType())){ |
|
|
|
|
if (StringUtils.isNoneBlank(billInfo.getInvoiceType()) && !environment.getProperty("billing.limit.invoiceType").equals(billInfo.getInvoiceType())){ |
|
|
|
|
throw new RuntimeException("所开发票不是普票,请选择发票种类为普票"); |
|
|
|
|
} |
|
|
|
|
if (billDetailList != null && billDetailList.size() > 0){ |
|
|
|
|