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

+ 1 - 1
controller/census/invoice_payment.go

@@ -1756,7 +1756,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].NotInvoicedAmountOriginTotal), 64)
 					}
 					list[i].NotInvoicedAmountOriginTotal, _ = strconv.ParseFloat(fmt.Sprintf("%.2f", list[i].NotInvoicedAmountOriginTotal), 64)
 					list[i].NotInvoicedAmountTotal = v.NotInvoicedAmountOriginTotal / v.RMBRate