|
@@ -889,9 +889,9 @@ func (ct *InvoicePaymentController) List(c *gin.Context) {
|
|
|
totalGroupErr = fmt.Errorf("获取货币列表失败, Err: %s", e.Error())
|
|
|
return
|
|
|
}
|
|
|
- unitMap := make(map[string]string)
|
|
|
+ //unitMap := make(map[string]string)
|
|
|
for i := range currencyList {
|
|
|
- unitMap[currencyList[i].Code] = currencyList[i].UnitName
|
|
|
+ //unitMap[currencyList[i].Code] = currencyList[i].UnitName
|
|
|
invoiceCurrencyTotals = append(invoiceCurrencyTotals, &fms.InvoiceListCurrencyTotal{
|
|
|
Name: currencyList[i].Name,
|
|
|
UnitName: currencyList[i].UnitName,
|