zwxi 7 月之前
父节点
当前提交
a3510fac17
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controller/census/invoice_payment.go

+ 1 - 0
controller/census/invoice_payment.go

@@ -1758,6 +1758,7 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
 					} else {
 						list[i].NotInvoicedAmountOriginTotal, _ = strconv.ParseFloat(fmt.Sprintf("%.2f", list[i].NotInvoicedAmountTotal), 64)
 					}
+					list[i].NotInvoicedAmountOriginTotal, _ = strconv.ParseFloat(fmt.Sprintf("%.2f", list[i].NotInvoicedAmountTotal), 64)
 					list[i].NotInvoicedAmountTotal = v.NotInvoicedAmountOriginTotal / v.RMBRate
 					list[i].NotInvoicedAmountTotal, _ = strconv.ParseFloat(fmt.Sprintf("%.2f", v.NotInvoicedAmountTotal), 64)