Explorar el Código

Merge branch 'bugfix_4422'

zwxi hace 7 meses
padre
commit
80ae92bff8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      controller/census/invoice_payment.go

+ 2 - 0
controller/census/invoice_payment.go

@@ -1755,6 +1755,8 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
 								list[i].NotInvoicedAmountOriginTotal = v.PaymentAmountTotal - v.InvoiceAmountTotal
 							}
 						}
+					} else {
+						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)