DengBiao vor 8 Monaten
Ursprung
Commit
7ca0f421c9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      app/admin/svc/svc_data_statisstics.go

+ 1
- 1
app/admin/svc/svc_data_statisstics.go Datei anzeigen

@@ -1794,7 +1794,7 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD
}
}
realityAmount := utils.StrToFloat64(income) - utils.StrToFloat64(refund)
rateFee := realityAmount * 0.0038
rateFee := realityAmount * 0.0002
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{v.Name, income, refund, realityAmount, rateFee})
incomeTotal += utils.StrToFloat64(income)
refundTotal += utils.StrToFloat64(refund)


Laden…
Abbrechen
Speichern