|
|
|
@ -416,8 +416,13 @@ public class BaseRzTDxRecordInvoiceServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
BaseTDxRecordInvoice hjxx = hjList.get(0); |
|
|
|
|
hjsl = hjxx.getSfygx(); |
|
|
|
|
if (!"0".equals(hjsl)) { |
|
|
|
|
hjje = AmountFormatUtil.fmtMicrometer(MathUtil.round(hjxx.getInvoiceAmount().toPlainString())); |
|
|
|
|
hjse = AmountFormatUtil.fmtMicrometer(MathUtil.round(hjxx.getTaxAmount().toPlainString())); |
|
|
|
|
if (hjxx.getInvoiceAmount() != null ){ |
|
|
|
|
hjje = AmountFormatUtil.fmtMicrometer(MathUtil.round(hjxx.getInvoiceAmount().toPlainString())); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (hjxx.getTaxAmount() != null){ |
|
|
|
|
hjse = AmountFormatUtil.fmtMicrometer(MathUtil.round(hjxx.getTaxAmount().toPlainString())); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
json.put("hjsl", AmountFormatUtil.fmtMicrometer(hjsl)); |
|
|
|
|
json.put("hjje", hjje); |
|
|
|
|