|
|
|
@ -154,7 +154,7 @@ public class InvoiceServiceImpl implements InvoiceService { |
|
|
|
|
return R.error("结算单:"+commonOrderInfo.getOrderInfo().getDdh()+"购方信息为空,请补全!"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (OrderInfoEnum.CHECK_BANK_FLAG_YES.equals(buyerEntity.getCheckBankFlag())) { |
|
|
|
|
if (OrderInfoEnum.CHECK_BANK_FLAG_YES.getKey().equals(buyerEntity.getCheckBankFlag())) { |
|
|
|
|
if (StrUtil.isBlank(commonOrderInfo.getOrderInfo().getGhfNsrsbh())) { |
|
|
|
|
return R.error("结算单:"+commonOrderInfo.getOrderInfo().getDdh()+"购方纳税人识别号为空,请补全!"); |
|
|
|
|
} |
|
|
|
|